Skip to content

Commit 86985f8

Browse files
committed
attempting to fix deployment
1 parent ef540f3 commit 86985f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
script: |
4444
sudo docker pull thomastejedor/quiz-slayer-env:latest
4545
sudo docker rm -f cicd-pipeline-container || true
46-
sudo docker run -itd -p 80:80 -p 443:443 cicd-pipeline-container thomastejedor/quiz-slayer-env
46+
sudo docker run -itd -p 80:80 -p 443:443 --name cicd-pipeline-container thomastejedor/quiz-slayer-env
4747

0 commit comments

Comments
 (0)