From f53d6b6a14f67fae78864791f6d66a2b48f482a2 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" <148610067+eshanized@users.noreply.github.com> Date: Fri, 29 Mar 2024 21:40:00 +0530 Subject: [PATCH] Delete .github/workflows/cpanel-deploy.yml --- .github/workflows/cpanel-deploy.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/cpanel-deploy.yml diff --git a/.github/workflows/cpanel-deploy.yml b/.github/workflows/cpanel-deploy.yml deleted file mode 100644 index e41c7edd..00000000 --- a/.github/workflows/cpanel-deploy.yml +++ /dev/null @@ -1,20 +0,0 @@ -on: - push: - branches: - - gh-pages -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: ftp.snigdhaos.org - username: ${{ secrets.FTP_USERNAME }} - password: ${{ secrets.FTP_PASSWORD }} - server-dir: /docs.snigdhaos.org/ \ No newline at end of file