bump timeout for gcp deploy container stop command

This commit is contained in:
msukkari 2025-02-27 16:58:41 -08:00
parent 2e496e759d
commit ba19f39f99

View file

@ -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