Skip to content

Commit

Permalink
fix: 파이프라인 checkout 오류 수정 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings authored Jul 29, 2024
1 parent fd78885 commit bb11c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ jobs:
script: |
cd /home/${{ env.MODULE }}/infra/${{ env.DEPLOY_TARGET }}
echo "${{ secrets.APPLICATION_SECRET_PROPERTIES }}" > application-secret.properties
docker-compose pull
docker-compose up -d
docker compose pull
docker compose up -d

0 comments on commit bb11c90

Please sign in to comment.