Skip to content

feat: ✨ Adding security to handle if the user have a verfied… #8

feat: ✨ Adding security to handle if the user have a verfied…

feat: ✨ Adding security to handle if the user have a verfied… #8

Workflow file for this run

on:
push:
branches:
- main-online
name: 🚀 Deploy website on push
jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v4
- name: 📂 Sync files
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.ftp_host }}
username: ${{ secrets.ftp_user }}
password: ${{ secrets.ftp_password }}