Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jisujeong0 authored Oct 18, 2024
1 parent 570c1d2 commit faa499f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
# nook-book-service.json ์ƒ์„ฑ
touch ./nook-book-service.json
echo "${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}" | base64 --decode > ./nook-book-service.json
echo "${{ secrets.NOOK_BOOK_SERVICE_JSON }}" | base64 --decode > ./nook-book-service.json
echo "GOOGLE_APPLICATION_CREDENTIALS=./nook-book-service.json" >> $GITHUB_ENV

# database ๋””๋ ‰ํ† ๋ฆฌ ๋ฐ ํŒŒ์ผ ์ƒ์„ฑ
mkdir -p ./database
touch ./database/application-database.yml
echo "${{ secrets.APPLICATION_RDS }}" | base64 --decode > ./database/application-database.yml
echo "${{ secrets.APPLICATION_DATABASE }}" | base64 --decode > ./database/application-database.yml

# book ๋””๋ ‰ํ† ๋ฆฌ ๋ฐ ํŒŒ์ผ ์ƒ์„ฑ
mkdir -p ./book
Expand Down

0 comments on commit faa499f

Please sign in to comment.