Skip to content

Commit

Permalink
chore prod cicd > setup env 부분 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Jan 3, 2025
1 parent 33b7a2a commit 1ff64be
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/aws-cicd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ jobs:
- name: Setup Env
id: set-env
run: |
if [[ "${GITHUB_REF}" == "refs/heads/main" ]]; then
echo "DEPLOY_TARGET=production" >> $GITHUB_OUTPUT
else
echo "DEPLOY_TARGET=development" >> $GITHUB_OUTPUT
fi
echo "DEPLOY_TARGET=production" >> $GITHUB_OUTPUT
build:
name: build
Expand Down

0 comments on commit 1ff64be

Please sign in to comment.