Skip to content

Commit

Permalink
docs: firebase.json echo 로직 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dgjinsu committed Dec 3, 2023
1 parent 6113f02 commit 0c34d3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
java-version: '17'
distribution: 'temurin'

- name: Create Firebase JSON file
run: echo "$JIKGONG_FIREBASE" > resources/firebase/jikgong-firebase.json

- name: Run chmod to make graldew executable
run: chmod +x ./gradlew

Expand All @@ -26,9 +29,6 @@ jobs:
with:
arguments: clean bootJar -Pspring.profiles.active=prod

- name: Create Firebase JSON file
run: echo "$JIKGONG_FIREBASE" > resources/firebase/jikgong-firebase.json

- name: docker image build
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/jikgong .

Expand Down

0 comments on commit 0c34d3c

Please sign in to comment.