Skip to content

Commit

Permalink
Update Client-DEV-CD.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jobkaeHenry authored Nov 27, 2023
1 parent 1508086 commit 006ae97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Client-DEV-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
docker pull ${{ secrets.CLIENT_STORYBOOK_REPO }}/${{ secrets.CLIENT_DEV_SERVICE_NAME }}:latest
docker rm -f ${{ secrets.CLIENT_DEV_SERVICE_NAME }}
docker run --name ${{ secrets.CLIENT_DEV_SERVICE_NAME }} -d -p ${{ secrets.CLIENT_DEV_PORT }}:${{ secrets.CLIENT_DEV_PORT }} ${{ secrets.CLIENT_STORYBOOK_REPO }}/${{ secrets.CLIENT_DEV_SERVICE_NAME }}:latest
image prune -f
docker image prune -f

0 comments on commit 006ae97

Please sign in to comment.