File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 22
33export CLEAN_BRANCH_NAME=$CLEAN_BRANCH_NAME # set this env variable for docker compose
44
5+ if [[ -n $WORK_DIR ]]
6+ then
7+ cd $WORK_DIR
8+ fi
9+
510echo " Deploy to ${APP_NAME} -qa.satel.ca"
611export DOCKER_TLS_VERIFY=' 1'
712export DOCKER_HOST=' tcp://34.234.172.171:2376'
Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ inputs:
1616 clean-branch-name :
1717 description : Clean branch name
1818 required : true
19+ work-dir :
20+ description : work directory
21+ required : false
1922
2023runs :
2124 using : " composite"
2730 DOCKER_PASS : ${{ inputs.satel-docker-pass }}
2831 REGISTRY : ${{ inputs.satel-registry }}
2932 CLEAN_BRANCH_NAME : ${{ inputs.clean-branch-name }}
33+ WORK_DIR : ${{ inputs.work-dir }}
3034 run : ${{ github.action_path }}/DeployToQA.sh
3135 shell : bash
You can’t perform that action at this time.
0 commit comments