자동화 개선: Gitea Workflow 수정 - 불필요한 디렉토리 변경 제거 및 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:31:15 +09:00
parent f920bc5a04
commit 31f4516817

View File

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