diff --git a/.github/workflows/ftp-deploy-develop.yml b/.github/workflows/ftp-deploy-develop.yml deleted file mode 100644 index 9fea04be..00000000 --- a/.github/workflows/ftp-deploy-develop.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Deploy to dev.wishthis.online -on: - push: - branches: - - 'develop' -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.0 - with: - server: ${{ secrets.FTP_HOST }} - username: ${{ secrets.FTP_USER }} - password: ${{ secrets.FTP_PASSWORD }} - protocol: ftp - port: 21 - server-dir: ${{ secrets.DEV_FTP_DIR }}