cuddly-holiday-9089
08/29/2022, 5:34 AMepinio service bind
but this assumes the application is already created. The -b
flag of the push
command is there to bind existing configurations but the service configurations are only created the first time the service is bound to an application. So there is a chicken-egg problem here. The solution I think is:
• epinio service create...
• epinio app create...
(beware, this is "create" not "push")
• epinio service bind
(now the application exists, so this is possible)
• epinio push
let me give it a try myself to save some back an forth between timezones if this doesn't work.epinio push
to bind services too in one step, like we do for existing configurations.strong-glass-25362
08/29/2022, 11:11 PM