Skip to content

Commit 187e3a0

Browse files
authored
[build] 환경변수명 추상화
1 parent a5f4ef6 commit 187e3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
script: |
6666
export AWS_ACCOUNT_ID="${AWS_ACCOUNT_ID}"
6767
export AWS_REGION="${AWS_REGION}"
68-
export SPRING_ECR_REPO="${SPRING_ECR_REPO}"
68+
export ECR_REPO_NAME="${SPRING_ECR_REPO}"
6969
bash /home/ubuntu/teaming/deploy.sh
7070
env:
7171
SPRING_ECR_REPO: ${{ env.ECR_REPOSITORY }}

0 commit comments

Comments
 (0)