File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,9 @@ jobs:
115115
116116 - name : run post CD deploy commands
117117 run : |
118+ tb auth \
119+ --host ${{ secrets.tb_host }} \
120+ --token ${{ secrets.tb_admin_token }}
118121 CD_DEPLOY_FILE=./deploy/${VERSION}/cd-deploy.sh
119122 if [ -f "$CD_DEPLOY_FILE" ]; then
120123 if ! [ -x "$CD_DEPLOY_FILE" ]; then
Original file line number Diff line number Diff line change @@ -190,6 +190,9 @@ variables:
190190
191191 # OPTIONALLY run post CD deploy commands (e.g.: tb pipe populate)
192192 - |
193+ tb auth \
194+ --host $TB_HOST \
195+ --token $TB_ADMIN_TOKEN
193196 CD_DEPLOY_FILE=./deploy/${VERSION}/cd-deploy.sh
194197 if [ -f "$CD_DEPLOY_FILE" ]; then
195198 if ! [ -x "$CD_DEPLOY_FILE" ]; then
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ Next Release
22=============
33
44- Fix manual jobs for v3 releases on GitHub
5+ - Fix: Do ` tb auth ` before a custom deployment in the CD templates
56
67
78v2.3.0
You can’t perform that action at this time.
0 commit comments