Skip to content

Commit

Permalink
doc(reference-dataset): speedup cf push
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed May 29, 2024
1 parent 20d510a commit ee82686
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ applications:
- name: generic-app
instances: (( grab secrets.generic-app.instances ))
path: .
buildpack: staticfile_buildpack # to speedup cf push

memory: (( grab secrets.an_undefined_key_in_secrets_yml || an_undefined_yml_key.fallback.value || "64M" )) # as no values are defined, spruce will use the 64M default value
random-route: true
Expand Down

0 comments on commit ee82686

Please sign in to comment.