We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e496e7 commit ba19f39Copy full SHA for ba19f39
.github/workflows/gcp-deploy-staging.yml
@@ -23,7 +23,7 @@ jobs:
23
run: |
24
ssh -i ~/.ssh/private.key ${{ secrets.GCP_STAGING_USERNAME }}@${{ secrets.GCP_STAGING_HOST }} << 'EOF'
25
# Stop and remove any existing container
26
- docker stop sourcebot-staging || true
+ docker stop -t 60 sourcebot-staging || true
27
docker rm sourcebot-staging || true
28
29
# Run new container
0 commit comments