From 9f40b11c6b7a2a556411a10501f8aad7bf5aed54 Mon Sep 17 00:00:00 2001 From: ndu Date: Sat, 17 Aug 2024 13:07:18 +0100 Subject: [PATCH] chore(fix): del yml file --- .github/workflows/vps.yml | 22 ---------------------- README.md | 2 +- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 .github/workflows/vps.yml diff --git a/.github/workflows/vps.yml b/.github/workflows/vps.yml deleted file mode 100644 index bf8606c..0000000 --- a/.github/workflows/vps.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Deploy to VPS - -on: - push: - branches: - - main - -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - name: Deploy to VPS - uses: appleboy/ssh-action@v1.0.2 - with: - host: ${{ secrets.VPS_HOST }} - username: ${{ secrets.VPS_USERNAME }} - password: ${{ secrets.VPS_PASSWORD }} - script: | - whoami - cd /var/www - git reset --hard - git pull origin main \ No newline at end of file diff --git a/README.md b/README.md index 64bf321..df2d491 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Before running the application, ensure you have the following: 8. Model Testing: run `python manage.py test` -9. Contributing +9. Contributing If you want to contribute to this project, please read the [contribution guide](./CONTRIBUTING.md).