testing gitea deploy

This commit is contained in:
2026-03-15 00:57:43 +08:00
parent 2f9cdbd273
commit 7da3dcba72
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
name: Oracle-Deploy
on:
push:
branches:
- main
jobs:
redeploy:
runs-on: ubuntu-latest
steps:
- name: Deploy
run: |
git config --global --add safe.directory /home/ubuntu/apps/linebot_finance
cd /home/ubuntu/apps/linebot_finance
git pull
docker compose up -d