We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f102faf commit d4846e5Copy full SHA for d4846e5
.github/workflows/deploy.yml
@@ -71,7 +71,7 @@ jobs:
71
cf api api.fr.cloud.gov
72
cf login -u $CF_USERNAME -p $CF_PASSWORD -o $ORGANIZATION_NAME -s $SPACE_NAME
73
cat manifest.yml
74
- cf push -f "./manifest.yml"
+ cf push -f "./manifest.yml" --no-start
75
cf set-env $APP_NAME API_DATA_GOV_SECRET "$API_DATA_GOV_SECRET"
76
cf restage $APP_NAME
77
cf logout
0 commit comments