fix: change deploy.yaml
Some checks failed
Laravel-Oracle-Deploy / redeploy (push) Failing after 1s

This commit is contained in:
2026-06-25 16:04:58 +08:00
parent 779fd93a30
commit a96accaa63

View File

@@ -12,7 +12,7 @@ jobs:
- name: Sync and Deploy Laravel Backend
run: |
# 🎯 1. 換成你 Oracle 主機上 Laravel 專案的實際路徑
cd /home/ubuntu/apps/finance-backend || exit 1
cd /home/ubuntu/apps/finance_app || exit 1
# 2. 強制拉取 Gitea 上的最新代碼
git fetch origin main