mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
add rm flag to gcp deploy
This commit is contained in:
parent
21fb03c9c6
commit
2e496e759d
1 changed files with 1 additions and 0 deletions
1
.github/workflows/gcp-deploy-staging.yml
vendored
1
.github/workflows/gcp-deploy-staging.yml
vendored
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
# Run new container
|
||||
docker run -d \
|
||||
-p 80:3000 \
|
||||
--rm \
|
||||
--pull always \
|
||||
--env-file .env.staging \
|
||||
-v /mnt/data:/data \
|
||||
|
|
|
|||
Loading…
Reference in a new issue