Update workflow
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 2m41s

This commit is contained in:
Ryan Freeman 2024-09-21 13:50:02 +01:00
parent 3a5de79115
commit 58a22caa78

View File

@ -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