diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml deleted file mode 100644 index c46df91..0000000 --- a/.gitea/workflows/deploy.yaml +++ /dev/null @@ -1,20 +0,0 @@ -name: Deploy to Oracle -on: - push: - branches: - - main -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - name: Deploy via SSH - uses: appleboy/ssh-action@v1.0.0 - with: - host: 64.110.81.100 - username: ubuntu - key: ${{ secrets.ORACLE_SSH_KEY }} - script: | - git config --global --add safe.directory /home/ubuntu/apps/linebot_finance - cd /home/ubuntu/apps/linebot_finance - git pull - docker compose up -d