Skip to content

Commit

Permalink
Update github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jjunjji authored Aug 8, 2023
1 parent 150c697 commit e063e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ jobs:
docker tag ${{ secrets.DOCKERHUB_REPO }}:${{ github.sha }} ${{ secrets.PROJECT_NAME }}
docker stop ${{ secrets.PROJECT_NAME }} || true
docker rm ${{ secrets.PROJECT_NAME }} || true
docker run -d --name ${{ secrets.PROJECT_NAME }} -p 82:8082 ${{ secrets.PROJECT_NAME }}
docker run -d --name ${{ secrets.PROJECT_NAME }} -p 8082:8080 ${{ secrets.PROJECT_NAME }}

0 comments on commit e063e65

Please sign in to comment.