diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..e9c0743 --- /dev/null +++ b/.github/workflows/main.yml @@ -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/FTP-Deploy-Action@v4.3.5 + with: + server: sl656.web.hostpoint.ch + username: deploy@openbrackets.ch + password: ${{ secrets.ftp_password }}