Skip to content

Commit

Permalink
Merge pull request #30 from Nook-Book/develop
Browse files Browse the repository at this point in the history
[DEPLOY]
  • Loading branch information
jisujeong0 authored Oct 18, 2024
2 parents 34d390c + faa499f commit fffef48
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 fffef48

Please sign in to comment.