Skip to content

Commit

Permalink
Create main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chnuessli authored Apr 19, 2024
1 parent 0c26ecf commit 3cf66be
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@v4

- name: πŸ“‚ Sync files
uses: SamKirkland/[email protected]
with:
server: sl656.web.hostpoint.ch
username: [email protected]
password: ${{ secrets.ftp_password }}

0 comments on commit 3cf66be

Please sign in to comment.