Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
Tidy Merkely log_deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Aug 13, 2021
1 parent cd1fda1 commit e7d542b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/merkely_log_deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ export $(curl "${VERSIONER_URL}/app/.env")
export CYBER_DOJO_DIFFER_TAG="${CIRCLE_SHA1:0:7}"
docker pull ${CYBER_DOJO_CREATOR_IMAGE}:${CYBER_DOJO_CREATOR_TAG}

merkely_log_deployment "${1}" https://staging.app.merkely.com
merkely_log_deployment "${1}" https://app.merkely.com
readonly ENVIRONMENT="${1}"
merkely_log_deployment "${ENVIRONMENT}" https://staging.app.merkely.com
merkely_log_deployment "${ENVIRONMENT}" https://app.merkely.com

0 comments on commit e7d542b

Please sign in to comment.