Skip to content

Commit d4846e5

Browse files
committed
Add a flag to speed up deploy times
1 parent f102faf commit d4846e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
cf api api.fr.cloud.gov
7272
cf login -u $CF_USERNAME -p $CF_PASSWORD -o $ORGANIZATION_NAME -s $SPACE_NAME
7373
cat manifest.yml
74-
cf push -f "./manifest.yml"
74+
cf push -f "./manifest.yml" --no-start
7575
cf set-env $APP_NAME API_DATA_GOV_SECRET "$API_DATA_GOV_SECRET"
7676
cf restage $APP_NAME
7777
cf logout

0 commit comments

Comments
 (0)