Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
miro-ring committed Jan 10, 2024
1 parent 4e05421 commit be6fb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ jobs:
sudo docker stop ${{ env.IMAGE_NAME }} || true
echo "3"
sudo docker rm ${{ env.IMAGE_NAME }} || true
echo "4"
echo "5"
sudo docker pull $REGISTRY/$REPOSITORY:$IMAGE_TAG
sudo docker container run --name ${{ env.IMAGE_NAME }} -d -p 3000:3000 $REGISTRY/$REPOSITORY:$IMAGE_TAG

0 comments on commit be6fb40

Please sign in to comment.