diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..fbd2c9f --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,18 @@ +on: push +name: 🚀 Deploy website on push +jobs: + web-deploy: + name: 🎉 Deploy + runs-on: ubuntu-latest + steps: + - name: 🚚 Get latest code + uses: actions/checkout@v2 + + - name: 📂 Sync files + uses: SamKirkland/FTP-Deploy-Action@4.3.2 + with: + server: ftp.astuteng.com + username: ${{ secrets.username }} + password: ${{ secrets.password }} + port: 21 + server-dir: public-html/