자동화 개선: Gitea Workflow 수정 - 디버깅 명령의 위치 조정 (디렉토리 변경 후 실행)
Some checks failed
Build Push and Restart Compose / deploy (push) Failing after 56s

This commit is contained in:
hayato5246
2026-04-02 20:35:26 +09:00
parent b806e87fe5
commit a6176b863d

View File

@@ -37,8 +37,8 @@ jobs:
- name: Restart compose
run: |
cd /home/opc/programs
pwd
ls -al
cd /home/opc/programs
docker compose pull
docker compose up -d