mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-21 20:45:41 +00:00
Update workflow
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 2m22s
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 2m22s
This commit is contained in:
parent
4a1b7fa6ef
commit
104e79b951
@ -51,6 +51,6 @@ jobs:
|
||||
sudo docker pull ${{secrets.DOCKER_HUB_USERNAME}}/${{vars.REPO_NAME}}:v1
|
||||
sudo docker run -d --restart unless-stopped \
|
||||
--env-file ./.env \
|
||||
--name portfolio \
|
||||
--name ${{vars.REPO_NAME}} \
|
||||
-p ${{vars.DEPLOY_IP}}:3000:3000 \
|
||||
${{secrets.DOCKER_HUB_USERNAME}}/${{vars.REPO_NAME}}:v1
|
Loading…
Reference in New Issue
Block a user