From 2a474b96cb47a3020f3d2dc15eab9e8af5a90e31 Mon Sep 17 00:00:00 2001 From: sianida26 Date: Thu, 29 Feb 2024 00:07:29 +0700 Subject: [PATCH] Remove old pipeline --- .github/workflows/deploy-production.yml | 29 ------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/deploy-production.yml diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml deleted file mode 100644 index c8a2e66..0000000 --- a/.github/workflows/deploy-production.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Deploy - -on: - push: - branches: - - main - -jobs: - cd: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v2 - - - name: Deploy to server - uses: appleboy/ssh-action@master - with: - host: ${{ secrets.HOST }} - username: ${{ secrets.USERNAME }} - key: ${{ secrets.SSHKEY }} - port: ${{ secrets.PORT }} - script: | - cd ~/resellease - git pull origin main - git status - bun install - bun build - pm2 reload resellease - pm2 restart resellease \ No newline at end of file