From 07600aa91d88bf024b07c71ddee58384363b8be7 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 27 Dec 2023 21:04:38 +0000 Subject: [PATCH] just checking --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2533bb3..b5ee71d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -55,4 +55,5 @@ jobs: docker pull ghcr.io/rahul-soshte/next-docker-github-actions/next_test_image:latest docker stop next-test-app docker system prune -f - docker run --name next-test-app -dit -p 12345:3000 ghcr.io/rahul-soshte/next-docker-github-actions/next_test_image:latest + +# docker run --name next-test-app -dit -p 12345:3000 ghcr.io/rahul-soshte/next-docker-github-actions/next_test_image:latest