Skip to content

Commit 6575c73

Browse files
committed
chore: application-ml.properties 추가
1 parent 3447dab commit 6575c73

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
@@ -34,6 +34,7 @@ jobs:
3434
echo "${{ secrets.APPLICATION_JWT_PROPERTIES }}" > ./src/main/resources/application-jwt.properties
3535
echo "${{ secrets.APPLICATION_KAFKA_PROPERTIES }}" > ./src/main/resources/application-kafka.properties
3636
echo "${{ secrets.APPLICATION_S3_PROPERTIES }}" > ./src/main/resources/application-s3.properties
37+
echo "${{ secrets.APPLICATION_ML_PROPERTIES }}" > ./src/main/resources/application-ml.properties
3738
3839
# 4. 빌드 권한 확보
3940
chmod +x ./gradlew

0 commit comments

Comments
 (0)