Skip to content

Commit b62c083

Browse files
committed
feat: workflow 변경
1 parent e8fe99e commit b62c083

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
3232
# 3. application.properties 설정
3333
echo "${{ secrets.APPLICATION_DB_PROPERTIES }}" > ./src/main/resources/application-db.properties
34+
echo "${{ secrets.APPLICATION_OAUTH_PROPERTIES }}" > ./src/main/resources/application-oauth.properties
3435
3536
# 4. 빌드 권한 확보
3637
chmod +x ./gradlew

0 commit comments

Comments
 (0)