Skip to content

Commit

Permalink
[BE] refactor: EOF 들여쓰기 제거 (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: EunJiJung <bianbbc87@gmail.com>
  • Loading branch information
bianbbc87 committed Feb 9, 2025
1 parent 3e5e617 commit de34dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/ecr-push/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ runs:
cat <<EOF > ${{ inputs.folder }}/src/main/resources/bootstrap.yml
encrypt:
key: ${{ inputs.config_private_ip }}
EOF
EOF
rm -f ${{ inputs.folder }}/src/main/resources/application.yml
echo "${{ inputs.config_application_yml }}" | base64 --decode > ${{ inputs.folder }}/src/main/resources/application.yml
Expand All @@ -93,7 +93,7 @@ EOF
cloud:
config:
uri: http://${{ inputs.config_private_ip }}:${{ inputs.config_port }}
EOF
EOF
fi
# Docker 빌드 및 ECR에 푸시
Expand Down

0 comments on commit de34dbb

Please sign in to comment.