From 5e56e05e7228f8654969dbc515cf237f76f3d149 Mon Sep 17 00:00:00 2001 From: henry yo Date: Sun, 15 Mar 2026 00:42:39 +0800 Subject: [PATCH] remove gitea workflows --- .gitea/workflows/deploy.yaml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .gitea/workflows/deploy.yaml 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