Skip to content

Commit

Permalink
Chore: github-actions.yml 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gkdudans committed Jan 12, 2025
1 parent 769f010 commit 0d52c9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,4 @@ jobs:
script: |
echo "${{ secrets.DOCKER_COMPOSE }}" | sudo tee ./docker-compose.yml
sudo docker pull ${{ secrets[format('DOCKER_REPO_{0}', matrix.service)] }}:v2
sudo docker-compose -f ./docker-compose.yml up -d
sudo docker image prune -f
sudo docker-compose -f ./docker-compose.yml up -d

0 comments on commit 0d52c9a

Please sign in to comment.