Skip to content

🚀 Webapp QA deployment using composite actions #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
May 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add debug statement
  • Loading branch information
rahulpatidar0191 committed Nov 1, 2022
commit f203bb9b4809ec44ca9d100341bac83b3434d86d
2 changes: 2 additions & 0 deletions deploy_qa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ CLEAN_BRANCH_NAME=$5

export CLEAN_BRANCH_NAME=$CLEAN_BRANCH_NAME

echo "CLEAN_BRANCH_NAME=$CLEAN_BRANCH_NAME"

echo "Deploy to ${APP_NAME}-qa.satelapps.com"
export DOCKER_TLS_VERIFY='1'
export DOCKER_HOST='tcp://34.234.172.171:2376'
Expand Down