From 73806b96515c968ae8c2115057309866d62fdb00 Mon Sep 17 00:00:00 2001 From: clive Date: Sun, 19 May 2024 13:47:31 +1000 Subject: [PATCH] Commit: Update action deploy port. --- .gitea/workflows/default.yml | 2 +- plushealthtech/.gitea/workflows/default.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/default.yml b/.gitea/workflows/default.yml index 397d745..fa84b98 100644 --- a/.gitea/workflows/default.yml +++ b/.gitea/workflows/default.yml @@ -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 diff --git a/plushealthtech/.gitea/workflows/default.yml b/plushealthtech/.gitea/workflows/default.yml index 397d745..fa84b98 100644 --- a/plushealthtech/.gitea/workflows/default.yml +++ b/plushealthtech/.gitea/workflows/default.yml @@ -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