Skip to content

Commit

Permalink
feat: Gradle 빌드 스크립트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hellomatia authored May 20, 2024
1 parent d61dda3 commit 5dbd634
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/DeployToEC2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@ jobs:
echo "${{ secrets.APPLICATION_SECRET_YML }}" >> src/main/resources/profiles/application-secret.yml
cat src/main/resources/profiles/application-secret.yml
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'corretto'

- name: Gradle build
run: chmod +x ./gradlew && ./gradlew build

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

Expand Down

0 comments on commit 5dbd634

Please sign in to comment.