-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Misc ephemeral deployment fixes
`build_deploy.sh` runs container-push after container-build (fix for parallel builds with `MAKEFLAGS` env var) `make ephemeral-deploy` creates secrets directory, `bonfire.yaml` from example, and fails if `secrets/private.mk` is missing. `make ephemeral-build-deploy` fails if the `build_deploy.sh` script fails. `ephe-domains-token.sh` uses correct XRHID identity type. Tokens are requested as user, not system. Signed-off-by: Christian Heimes <[email protected]>
- Loading branch information
Showing
3 changed files
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters