You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10
Original file line number
Diff line number
Diff line change
@@ -333,6 +333,16 @@ filesystem gets recreated from the git sources on each instance refresh. To use
333
333
334
334
To upload your local values to Heroku you could ran `bundle exec rake config:heroku`.
335
335
336
+
### Working with Cloud Foundry
337
+
338
+
Cloud Foundry integration will generate a manifest adding to your CF manifest.yml the defined ENV variables under the `env` section of specified app in the yaml file.
339
+
You must specify the app name and optionally the name of your CF manifest file:
The result of this command will have the manifest file name suffixed with the environment you ran the task in. You can then push your app with the generated manifest.
344
+
345
+
336
346
### Fine-tuning
337
347
338
348
You can customize how environment variables are processed:
0 commit comments