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 14, 2025
1 parent 0d52c9a commit 1c19a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +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-compose up --detach --remove-orphans -d

0 comments on commit 1c19a44

Please sign in to comment.