Skip to content

Commit ba19f39

Browse files
committed
bump timeout for gcp deploy container stop command
1 parent 2e496e7 commit ba19f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gcp-deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
ssh -i ~/.ssh/private.key ${{ secrets.GCP_STAGING_USERNAME }}@${{ secrets.GCP_STAGING_HOST }} << 'EOF'
2525
# Stop and remove any existing container
26-
docker stop sourcebot-staging || true
26+
docker stop -t 60 sourcebot-staging || true
2727
docker rm sourcebot-staging || true
2828
2929
# Run new container

0 commit comments

Comments
 (0)