Skip to content

Commit

Permalink
build : Modify Docker run script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirius506775 authored Nov 17, 2023
1 parent 9fc34a2 commit 1af0b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ jobs:
docker rm $container_id
fi
docker run -d -p 443:443 -v /home/ubuntu/yml_/ ${{ secrets.NCP_CONTAINER_REGISTRY }}/rehab-server:${{ secrets.LATEST_TAG }}
docker run -d -p 443:443 ${{ secrets.NCP_CONTAINER_REGISTRY }}/rehab-server:${{ secrets.LATEST_TAG }}
docker image prune -f

0 comments on commit 1af0b2e

Please sign in to comment.