Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
googoo9918 authored Nov 17, 2023
1 parent 732031e commit 142d4fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,10 @@ jobs:
cd ./resources
# 필요한 yml 파일들을 만들어줍니다.
touch ./application.yml
touch ./application-aws.yml
# 등록해둔 Github Secrets의 내용을 이용해서 yml 파일의 내용을 써줍니다.
echo "$APPLICATION" > ./application.yml
echo "$APPLICATION_AWS" > ./application-aws.yml
env:
APPLICATION: ${{ secrets.APPLICATION }}
APPLICATION_AWS: ${{ secrets.APPLICATION_AWS }}
shell: bash

- name: Gradle 권한 부여
Expand Down

0 comments on commit 142d4fe

Please sign in to comment.