Skip to content

Commit

Permalink
Add a flag to speed up deploy times
Browse files Browse the repository at this point in the history
  • Loading branch information
levinmr committed Feb 21, 2024
1 parent f102faf commit d4846e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
cf api api.fr.cloud.gov
cf login -u $CF_USERNAME -p $CF_PASSWORD -o $ORGANIZATION_NAME -s $SPACE_NAME
cat manifest.yml
cf push -f "./manifest.yml"
cf push -f "./manifest.yml" --no-start
cf set-env $APP_NAME API_DATA_GOV_SECRET "$API_DATA_GOV_SECRET"
cf restage $APP_NAME
cf logout

0 comments on commit d4846e5

Please sign in to comment.