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
This would be a useful feature to have for automation purposes. I'm imaging either setting an environment variable or adding a flag to specify the path where it should be written to.
Specifically, hubploy build expects hubploy.yaml to be in the deployments/ directory, and currently it's a manually operation to copy the file into the right place.
The text was updated successfully, but these errors were encountered:
Is this a terraform-deploy issue or a hubploy issue?
As far as where the file is supposed to go, if you use hubploy-template, hubploy.yaml will show up where it is supposed to. hubploy is also designed to support multiple deployments within the deployments/ folder, which I think motivated the decision to keep hubploy.yaml under deployments/<hub-name>/.
This would be a useful feature to have for automation purposes. I'm imaging either setting an environment variable or adding a flag to specify the path where it should be written to.
Specifically,
hubploy build
expectshubploy.yaml
to be in thedeployments/
directory, and currently it's a manually operation to copy the file into the right place.The text was updated successfully, but these errors were encountered: