From 0b17f32d73f441f85bc0fb19dfc857dfd9f16ce6 Mon Sep 17 00:00:00 2001 From: DilankaHer <117497021+DilankaHer@users.noreply.github.com> Date: Fri, 14 Nov 2025 16:10:33 +0700 Subject: [PATCH] Delete .github/workflows/deploy-resources.yml --- .github/workflows/deploy-resources.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/deploy-resources.yml diff --git a/.github/workflows/deploy-resources.yml b/.github/workflows/deploy-resources.yml deleted file mode 100644 index eb3cd47..0000000 --- a/.github/workflows/deploy-resources.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Pull Code On Server - -on: - push: - branches: - - "deploy-resources" - -jobs: - pull_code: - runs-on: ubuntu-latest - - steps: - - name: Checkout Repository - uses: actions/checkout@v4 - - - name: Pull latest code on server - uses: appleboy/ssh-action@v1 - with: - host: ${{ secrets.SERVER_IP }} - username: ${{ secrets.SERVER_USER }} - key: ${{ secrets.SERVER_SSH_KEY }} - script: | - cd /home/dilanka/my_website - git fetch --all - git reset --hard origin/deploy-resources