Skip to content

feat: ✨ Adding the feature who will add a verification for t… #7

feat: ✨ Adding the feature who will add a verification for t…

feat: ✨ Adding the feature who will add a verification for t… #7

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 }}