From 90d630e9ea4cccfbfae7bf5e26e0acb2af6c6edc Mon Sep 17 00:00:00 2001 From: Rushil Umaretiya Date: Wed, 5 Oct 2022 16:25:27 -0400 Subject: [PATCH] added deploy.yml --- .github/workflows/deploy.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/deploy.yml 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/