From 6bb16319eff286dc72c9fbc99a9e9d12c6943d7b Mon Sep 17 00:00:00 2001 From: suranjanh Date: Wed, 7 Aug 2024 20:22:56 +0530 Subject: [PATCH] small hanges in deployment file --- .github/workflows/deploy-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 7219ff7..94ce163 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -53,4 +53,4 @@ jobs: docker stop erebrus-frontend || true && docker image rm ghcr.io/netsepio/erebrus-frontend:vm-deployment echo ${{ secrets.GHCR_TOKEN }} | docker login ghcr.io -u ${{ secrets.GHCR_USERNAME }} --password-stdin docker pull ghcr.io/netsepio/erebrus-frontend:vm-deployment - docker run --name="erebrus-frontend" --rm -p 4040:8080 --net=bridge -d ghcr.io/netsepio/erebrus-frontend:deployment + docker run --name="erebrus-frontend" --rm -p 4040:8080 --net=bridge -d ghcr.io/netsepio/erebrus-frontend:vm-deployment