Commit: Update action deploy port.
All checks were successful
Gitea CI/CD / build (push) Successful in 1m38s
All checks were successful
Gitea CI/CD / build (push) Successful in 1m38s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user