Skip to content

Commit

Permalink
Merge pull request #558 from School-of-Company/556-add/deploy-script-$
Browse files Browse the repository at this point in the history
# 556 환경변수 조회 명령어에 $ 추가
  • Loading branch information
JuuuuHong authored Aug 13, 2024
2 parents f8ef328 + e5e0f00 commit f7b0ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEPLOYMENT_ACTIVE_PROFILES=$(echo ACTIVE_PROFILES)
DEPLOYMENT_ACTIVE_PROFILES=$(echo $ACTIVE_PROFILES)
SCRIPT_PATH="/home/ec2-user/action/scripts"

if [ -z "$DEPLOYMENT_ACTIVE_PROFILES" ]; then
Expand Down

0 comments on commit f7b0ce6

Please sign in to comment.