Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
Added workflow to upload files to FTP automatically
  • Loading branch information
timhaller authored Sep 8, 2023
0 parents commit cba3e15
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on: push
name: πŸš€ Deploy website on push
jobs:
web-deploy:
name: πŸŽ‰ Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3

- name: πŸ“‚ Sync files
uses: SamKirkland/[email protected]
with:
server: efps.ftp.infomaniak.com
username: efps_e15
password: ${{ secrets.ftp_password }}

0 comments on commit cba3e15

Please sign in to comment.