Skip to content

Commit d8ba463

Browse files
committed
[cicd] : deploy 스크립트 수정
1 parent 0e4fd98 commit d8ba463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
script: |
5959
docker rm -f taskflow-front
6060
docker image rm ${{ secrets.DOCKER_FRONT_REPO }} -f
61-
docker run --name taskflow-front -d -p 80:80 ${{ secrets.DOCKER_FRONT_REPO }} --restart on-failure
61+
docker run --name taskflow-front -d -p 80:80 --restart on-failure ${{ secrets.DOCKER_FRONT_REPO }}

0 commit comments

Comments
 (0)