Skip to content

Commit

Permalink
Fix(*): formatting 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
InHyeok-J committed Jun 23, 2024
1 parent 95d561a commit 37787d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/devcd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Execute
id: execute
run: |
docker stop ${{env.NAME}} && docker rm ${{env.NAME}}"
docker stop ${{env.NAME}} && docker rm ${{env.NAME}}
docker run -d -p 8080:8080 -e PROFILE=dev --name ${{env.NAME}} --network jabiseo-dev "${{env.ECR_URI}}:${{env.DOCKER_TAG}}"
result-send-sucess:
needs:
Expand Down

0 comments on commit 37787d4

Please sign in to comment.