From 3e07065dc9e1823cb189c330308a6dcd0019bbcc Mon Sep 17 00:00:00 2001 From: bkellam Date: Tue, 1 Apr 2025 15:19:24 -0700 Subject: [PATCH] remove --rm flag from _gcp-deploy to make it easier to debug container crashes --- .github/workflows/_gcp-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/_gcp-deploy.yml b/.github/workflows/_gcp-deploy.yml index dc8b30ae..cee812a4 100644 --- a/.github/workflows/_gcp-deploy.yml +++ b/.github/workflows/_gcp-deploy.yml @@ -79,7 +79,6 @@ jobs: # Run the new container docker run -d \ -p 80:3000 \ - --rm \ --env-file .env \ -v /mnt/data:/data \ --name sourcebot \