Commit: Update action deploy port.
All checks were successful
Gitea CI/CD / build (push) Successful in 1m38s

This commit is contained in:
clive
2024-05-19 13:47:31 +10:00
parent 4ea256b964
commit 73806b9651
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ jobs:
docker image rm plushealthtech:latest
fi
docker login registry.rokoh.com -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }} && docker image pull registry.rokoh.com/plushealthtech:latest
docker run -d -p 2000:80 --restart=always --name plushealthtech registry.rokoh.com/plushealthtech
docker run -d -p 7000:80 --restart=always --name plushealthtech registry.rokoh.com/plushealthtech
docker image prune -f
- name: Prune Docker resources