Skip to content

Commit

Permalink
tag deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Nov 15, 2024
1 parent 6b071a0 commit af2f55b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tagdeploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

DEPLOY_TAG=${1:-main}

./lambda-tagdeploy.sh dev $DEPLOY_TAG
./lambda-tagdeploy.sh stg $DEPLOY_TAG
./lambda-tagdeploy.sh prd $DEPLOY_TAG
./colladmin-lambda-tagdeploy.sh dev $DEPLOY_TAG
./colladmin-lambda-tagdeploy.sh stg $DEPLOY_TAG
./colladmin-lambda-tagdeploy.sh prd $DEPLOY_TAG

0 comments on commit af2f55b

Please sign in to comment.