Skip to content

Commit

Permalink
[CHORE] prod-deploy 파일 data.sql 생성 (#153)
Browse files Browse the repository at this point in the history
chore: prod-deploy 파일 data.sql 생성
  • Loading branch information
injae-348 authored Sep 12, 2024
1 parent 423ea63 commit d577515
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
java-version: '21'
distribution: 'corretto'

- name: Create data.sql
run: |
cd ./src/main/resources
touch ./data.sql
echo "${{ secrets.DATA_SQL }}" > ./data.sql
- name: Build with Gradle
run: |
chmod +x ./gradlew
Expand Down

0 comments on commit d577515

Please sign in to comment.