From 873f3fe323e17262dc085ef3ce8aca3ae89d877f Mon Sep 17 00:00:00 2001 From: Rohit pai Date: Sun, 22 Aug 2021 12:37:57 +0100 Subject: [PATCH] Ftp deploy action --- .github/workflows/ftpDeploy.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/ftpDeploy.yml diff --git a/.github/workflows/ftpDeploy.yml b/.github/workflows/ftpDeploy.yml new file mode 100644 index 0000000..d02ef6f --- /dev/null +++ b/.github/workflows/ftpDeploy.yml @@ -0,0 +1,17 @@ +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.1.0 + with: + server: ftp.rohitpai.tech + username: u987021215.rodude123 + password: ${{ secrets.ftp_password }} + local-dir: ./dist/