Skip to content

Commit

Permalink
hotfix : json 파일 읽히지 않는 것 수정
Browse files Browse the repository at this point in the history
fix : json 파일 읽히지 않는 것 수정
  • Loading branch information
java-saeng authored Jul 31, 2023
2 parents 6adedd7 + 2f96f22 commit 6943aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: firebase key 생성
run: |
echo "$FIREBASE_KEY" > firebase-kerdy.json
echo "${{ secrets.FIREBASE_KEY }}" > firebase-kerdy.json
- name: firebase key 이동
run: |
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

- name: 권한부여
run: chmod +x /home/ubuntu/backend/build/emm-sale-*.jar

- name: 배포하기
run: /home/ubuntu/backend/build/deploy.sh

Expand Down

0 comments on commit 6943aac

Please sign in to comment.