Skip to content

Commit

Permalink
fix: typo error in CI-CD Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
h-beeen committed Feb 19, 2024
1 parent 83e808b commit f3f9097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
docker pull ${{ secrets.DOCKER_HUB_URL }}
docker ps -f name=be-server -q | xargs --no-run-if-empty docker container stop
docker ps -a -f name=be-server -q | xargs --no-run-if-empty docker container rm
docker run -d --name be-server -p 80:8080 ${{ secrets.DEV_DOCKER_HUB_URL }}
docker run -d --name be-server -p 80:8080 ${{ secrets.DOCKER_HUB_URL }}

0 comments on commit f3f9097

Please sign in to comment.