Created
March 6, 2018 07:18
-
-
Save igrishaev/c236a946b2f77aa24d708a649edd6734 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
cat deploy.tpl.yaml \ | |
| sed 's;<BRANCH>;'"$BRANCH"';g' \ | |
| sed 's;<IMAGE>;'"$IMAGE"';g' \ | |
+ | sed 's;<GIT_COMMIT>;'"$GIT_COMMIT"';g' \ | |
+ | sed 's;<DB_HOST>;'"$DB_HOST"';g' \ | |
+ | sed 's;<DB_PORT>;'"$DB_PORT"';g' \ | |
+ | sed 's;<DB_DATABASE>;'"$DB_DATABASE"';g' \ | |
+ | sed 's;<DB_USER>;'"$DB_USER"';g' \ | |
+ | sed 's;<DB_PASSWORD>;'"$DB_PASSWORD"';g' \ | |
+ | sed 's;<PORT>;'"$PORT"';g' \ | |
+ | sed 's;<FHIRTERM_BASE>;'"$FHIRTERM_BASE"';g' \ | |
+ | sed 's;<BEAT_TIMEOUT>;'"$BEAT_TIMEOUT"';g' \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment