Skip to content

Commit

Permalink
chore: temporary deploy test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
luislhl committed Sep 19, 2024
1 parent 537268b commit b1d836d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .codebuild/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ deploy_ekvilibro_testnet() {
make migrate;
make deploy-lambdas-ekvilibro-testnet;

send_slack_message "New version deployed to ekvilibro-testnet: ${GIT_REF_TO_DEPLOY}"
elif expr "${GIT_REF_TO_DEPLOY}" : "ci/support-sub-accounts" >/dev/null; then
make migrate;
make deploy-lambdas-ekvilibro-testnet;

send_slack_message "New version deployed to ekvilibro-testnet: ${GIT_REF_TO_DEPLOY}"
else
echo "We don't deploy ${GIT_REF_TO_DEPLOY} to ekvilibro-testnet. Nothing to do.";
Expand Down

0 comments on commit b1d836d

Please sign in to comment.