mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-22 08:55:41 +00:00
Update workflow
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 2m41s
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 2m41s
This commit is contained in:
parent
3a5de79115
commit
58a22caa78
@ -52,5 +52,5 @@ jobs:
|
|||||||
sudo docker run -d --restart unless-stopped \
|
sudo docker run -d --restart unless-stopped \
|
||||||
--env-file ./.env \
|
--env-file ./.env \
|
||||||
--name ${{vars.REPO_NAME}} \
|
--name ${{vars.REPO_NAME}} \
|
||||||
-p ${{vars.DEPLOY_IP}}:3000:3000 \
|
-p ${{vars.SERVER_IP}}:3000:3000 \
|
||||||
${{secrets.DOCKER_HUB_USERNAME}}/${{vars.REPO_NAME}}:latest
|
${{secrets.DOCKER_HUB_USERNAME}}/${{vars.REPO_NAME}}:latest
|
Loading…
Reference in New Issue
Block a user