fix: 修正 deploy.yaml 中的 YAML 縮排錯誤

This commit is contained in:
2026-02-13 14:55:04 +08:00
parent 6671e4221f
commit f85f06f3e1

View File

@@ -83,14 +83,14 @@ jobs:
echo "容器狀態:" && docker ps --filter "name=koori-erp-laravel"
- name: Step 4 - Composer & NPM Build
uses: appleboy/ssh-action@master
with:
host: 192.168.0.103
port: 22
username: amba
key: ${{ secrets.DEMO_SSH_KEY }}
envs: GITEA_SHA
- name: Step 4 - Composer & NPM Build
uses: appleboy/ssh-action@master
with:
host: 192.168.0.103
port: 22
username: amba
key: ${{ secrets.DEMO_SSH_KEY }}
envs: GITEA_SHA
script: |
docker exec -u 1000:1000 -w /var/www/html star-erp-laravel sh -c "
# 0. 更新版本號 (使用 Gitea 提供的 SHA)