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