Browse Source

feat: set timeout to 3 mins when pushing to staging (#1886)

* feat: set timeout to 10 mins when pushing to staging

* feat: set timeout to 3 mins when pushing to staging (the max)
pull/1887/head
natdeanlewissoftwire 1 year ago committed by GitHub
parent
commit
aed7926340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/staging_pipeline.yml

2
.github/workflows/staging_pipeline.yml

@ -229,4 +229,4 @@ jobs:
cf set-env $APP_NAME S3_CONFIG $S3_CONFIG cf set-env $APP_NAME S3_CONFIG $S3_CONFIG
cf set-env $APP_NAME CSV_DOWNLOAD_PAAS_INSTANCE $CSV_DOWNLOAD_PAAS_INSTANCE cf set-env $APP_NAME CSV_DOWNLOAD_PAAS_INSTANCE $CSV_DOWNLOAD_PAAS_INSTANCE
cf set-env $APP_NAME SENTRY_DSN $SENTRY_DSN cf set-env $APP_NAME SENTRY_DSN $SENTRY_DSN
cf push $APP_NAME --strategy rolling cf push $APP_NAME --strategy rolling -t 180

Loading…
Cancel
Save