Skip to content

Commit

Permalink
Merge pull request #35 from Nook-Book/develop
Browse files Browse the repository at this point in the history
[DEPLOY]
  • Loading branch information
jisujeong0 authored Nov 5, 2024
2 parents afc39d5 + ca0b7cc commit a69bda5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ jobs:
echo "${{ secrets.APPLICATION_WEBCLIENT_YML }}" | base64 --decode > ./webclient/application-webclient.yml

# keystore.p12 ํŒŒ์ผ ์ƒ์„ฑ
cd ./src/main/resources # src/main/resources ๋””๋ ‰ํ† ๋ฆฌ๋กœ ์ด๋™
touch ./keystore.p12
echo "${{ secrets.KEYSTORE_P12 }}" | base64 --decode > ./keystore.p12

Expand Down

0 comments on commit a69bda5

Please sign in to comment.