mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
bump timeout for gcp deploy container stop command
This commit is contained in:
parent
2e496e759d
commit
ba19f39f99
1 changed files with 1 additions and 1 deletions
2
.github/workflows/gcp-deploy-staging.yml
vendored
2
.github/workflows/gcp-deploy-staging.yml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
run: |
|
||||
ssh -i ~/.ssh/private.key ${{ secrets.GCP_STAGING_USERNAME }}@${{ secrets.GCP_STAGING_HOST }} << 'EOF'
|
||||
# Stop and remove any existing container
|
||||
docker stop sourcebot-staging || true
|
||||
docker stop -t 60 sourcebot-staging || true
|
||||
docker rm sourcebot-staging || true
|
||||
|
||||
# Run new container
|
||||
|
|
|
|||
Loading…
Reference in a new issue