We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8fe99e commit b62c083Copy full SHA for b62c083
.github/workflows/deploy.yml
@@ -31,6 +31,7 @@ jobs:
31
32
# 3. application.properties 설정
33
echo "${{ secrets.APPLICATION_DB_PROPERTIES }}" > ./src/main/resources/application-db.properties
34
+ echo "${{ secrets.APPLICATION_OAUTH_PROPERTIES }}" > ./src/main/resources/application-oauth.properties
35
36
# 4. 빌드 권한 확보
37
chmod +x ./gradlew
0 commit comments