Skip to content

Commit

Permalink
chore: setup 호스트 아이피 설정 부분 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Jan 2, 2025
1 parent 02b95a6 commit 0364381
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/aws-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,15 @@ jobs:
permissions:
contents: read
packages: write

env:
AWS_PROD_INSTANCE_HOST: ${{ secrets.AWS_PROD_INSTANCE_HOST }}
AWS_DEV_INSTANCE_HOST: ${{ secrets.AWS_DEV_INSTANCE_HOST }}

outputs:
deploy_target: ${{ steps.set-env.outputs.DEPLOY_TARGET }}
host_ip: ${{ steps.set-env.outputs.INSTANCE }} # 이부분

steps:
- name: Setup Env
id: set-env
Expand Down

0 comments on commit 0364381

Please sign in to comment.