Skip to content

Commit

Permalink
추가: service-key파일 확인
Browse files Browse the repository at this point in the history
  • Loading branch information
rrosiee committed Jun 1, 2024
1 parent 575102e commit 50ca81f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,18 @@ jobs:
cd ./src/main/resources
touch ./firebase-service-key.json
echo "${{ secrets.FIREBASE_KEY }}" > ./firebase-service-key.json
cat firebase-service-key.json
cd .
ls -al
shell: bash

- name: Build with Gradle
run: |
chmod +x ./gradlew
./gradlew clean build -x test
shell: bash

- name: Verify JAR contents
run: |
jar tf build/libs/*.jar | grep firebase-service-key.json
shell: bash

- name: Docker build & push to docker repo
run: |
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def queryDslVersion = '5.0.0'

dependencies {
// Spring boot web
implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
Expand Down

0 comments on commit 50ca81f

Please sign in to comment.