Skip to content

Commit

Permalink
[CD][Duy] Fix typo on ssh command
Browse files Browse the repository at this point in the history
  • Loading branch information
duykasama committed Feb 3, 2024
1 parent 940e008 commit 6d2e7cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
${{ secrets.AZURE_VM_USERNAME }}@${{ secrets.AZURE_VM_IP_ADDRESS }} \
'docker ps -q | xargs -r docker stop &&
docker container prune -f &&
docker pull &{{ env.IMAGE_NAME}}:${{ needs.publish.outputs.version }} &&
docker run -d -p 443:80 ${{ env.IMAGE_NAME }}:${{ needs.publish.outputs.version }}'
docker pull &{{ env.IMAGE_NAME }}:${{ needs.publish.outputs.version }} &&
docker run -d -p 443:80 ${{ env.IMAGE_NAME }}:${{ needs.publish.outputs.version }}'

0 comments on commit 6d2e7cc

Please sign in to comment.