Skip to content

Commit

Permalink
dev-branch-pr-deployment-pipeline.yml was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunagatov committed Jun 7, 2024
1 parent fb0019c commit 40e8c69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-branch-pr-deployment-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
docker stop ${{ vars.DOCKER_CONTAINER_NAME }} || true
docker rm ${{ vars.DOCKER_CONTAINER_NAME }} || true
docker rmi ${{ vars.DOCKER_HUB_ACCOUNT_NAME }}/${{ vars.DOCKER_IMAGE_NAME }}:latest-version || true
docker pull ${{ vars.DOCKER_HUB_ACCOUNT_NAME }}/${{ vars.DOCKER_IMAGE_NAME }}:latest-version || true
docker run -d --name ${{ vars.DOCKER_CONTAINER_NAME }} --network=${{ vars.DOCKER_NETWORK }} ${{ vars.DOCKER_HUB_ACCOUNT_NAME }}/${{ vars.DOCKER_IMAGE_NAME }}:latest-version
docker pull ${{ vars.DOCKER_HUB_ACCOUNT_NAME }}/${{ vars.DOCKER_IMAGE_NAME }}:latest-version
docker run -d --name latte-frontend --network=iced-latte-network zufarexplainedit/iced-latte-frontend:latest-version

0 comments on commit 40e8c69

Please sign in to comment.