We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a9edd7 + 4c96657 commit dbeceffCopy full SHA for dbeceff
.github/workflows/main.yml
@@ -0,0 +1,17 @@
1
+on: push
2
+name: 🚀 Deploy website on push
3
+jobs:
4
+ web-deploy:
5
+ name: 🎉 Deploy
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - name: 🚚 Get latest code
9
+ uses: actions/checkout@v4
10
+
11
+ - name: 📂 Sync files
12
+ uses: SamKirkland/[email protected]
13
+ with:
14
+ server: ftp.dacor.net
15
+ username: bgacb
16
+ password: ${{ secrets.ftp_password }}
17
0 commit comments