Skip to content

Commit 06c7352

Browse files
committed
attempting to fix deployment
1 parent a5ca856 commit 06c7352

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
host: ${{secrets.HOST_DNS}}
4141
username: ${{secrets.EC2_USER}}
4242
key: ${{secrets.EC2_SSH_KEY}}
43-
script: |
44-
sudo docker pull thomastejedor/quiz-slayer-env:latest
45-
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
43+
script: |
44+
sudo docker pull thomastejedor/quiz-slayer-env:latest
45+
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
4747

0 commit comments

Comments
 (0)