자동화 개선: Gitea Workflow 수정 - 불필요한 디버깅 명령(pwd, ls -al) 제거 및 Docker Compose 실행 디렉토리 변경
Some checks failed
Build Push and Restart Compose / deploy (push) Failing after 1m0s

This commit is contained in:
hayato5246
2026-04-02 20:37:53 +09:00
parent a6176b863d
commit f10a1ede3b

View File

@@ -37,8 +37,6 @@ jobs:
- name: Restart compose
run: |
cd /home/opc/programs
pwd
ls -al
cd /workspace/${{ gitea.repository }}
docker compose pull
docker compose up -d