Skip to content

Commit

Permalink
chore: 값 주입 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Jan 2, 2025
1 parent 3797775 commit cee5207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
run: |
if [[ "${GITHUB_REF}" == "refs/heads/main" ]]; then
echo "DEPLOY_TARGET=production" >> $GITHUB_OUTPUT
echo "HOST_IP='${{ env.AWS_PROD_INSTANCE_HOST }}'" >> $GITHUB_OUTPUT
echo "HOST_IP=prod_test" >> $GITHUB_OUTPUT
else
echo "DEPLOY_TARGET=development" >> $GITHUB_OUTPUT
echo "HOST_IP='${{ env.AWS_DEV_INSTANCE_HOST }}'" >> $GITHUB_OUTPUT
echo "HOST_IP=dev_test" >> $GITHUB_OUTPUT
fi
build:
Expand Down

0 comments on commit cee5207

Please sign in to comment.