Skip to content

Commit

Permalink
cicd config
Browse files Browse the repository at this point in the history
  • Loading branch information
hyungzin0309 committed Nov 23, 2024
1 parent 3d705dc commit 1afbd2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: Create application.yml files
run: |
echo "${{ secrets.APPLICATION_YAML}}" > src/main/resources/application.yml
- name: Build with Gradle
run: ./gradlew build

Expand Down

0 comments on commit 1afbd2c

Please sign in to comment.