Skip to content

Commit

Permalink
Update : CI-CD pipeline update
Browse files Browse the repository at this point in the history
  • Loading branch information
honeybears committed Mar 8, 2024
1 parent 2374805 commit 29d34fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
touch ./application-oauth2.properties
touch ./application-s3.properties
echo "${{secrets.APPLICATION_PROPERTIES}}" > ./application.properties
echo "&{{secrets.APPLICATION_DB_PROPERTIES}}" > ./application-DB.properties
echo "&{{secrets.APPLICATION_JWT_PROPERTIES}}" > ./application-jwt.properties
echo "&{{secrets.APPLICATION_S3_PROPERTIES}}" > ./application-s3.properties
echo "&{{secrets.APPLICATION_OAUTH2_PROPERTIES}}" > ./application-oauth2.properties
echo "${{secrets.APPLICATION_DB_PROPERTIES}}" > ./application-DB.properties
echo "${{secrets.APPLICATION_JWT_PROPERTIES}}" > ./application-jwt.properties
echo "${{secrets.APPLICATION_S3_PROPERTIES}}" > ./application-s3.properties
echo "${{secrets.APPLICATION_OAUTH2_PROPERTIES}}" > ./application-oauth2.properties
# gradle wrapper 파일에 실행 권한을 부여
# gradle wrapper = 개발자가 특정 버전의 Gradle을 미리 설치하지 않고도 Gradle 빌드를 실행할 수 있게 해주는 편리한 도구
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 29d34fb

Please sign in to comment.