Skip to content

Merge branch 'master' of https://github.com/Abdoulrachard/Geneve #28

Merge branch 'master' of https://github.com/Abdoulrachard/Geneve

Merge branch 'master' of https://github.com/Abdoulrachard/Geneve #28

Workflow file for this run

on: push
name: πŸš€ Deploy website on push
jobs:
web-deploy:
name: πŸŽ‰ Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v4
- name: πŸ”¨ Build Project
run: |
npm install
npm run build
- name: πŸ“‚ Sync files
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.FTP_SERVER}}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./dist/
server-dir: ./cche-ch.com/