Files
linebot_finance/.gitea/workflows/deploy.yaml
2026-03-15 00:57:43 +08:00

15 lines
332 B
YAML

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