Skip to content

Commit

Permalink
feat(workflow): workflow firebase config 경로 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
junhyeongkim2 committed Oct 14, 2024
1 parent 822baa6 commit c124d7a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/campride_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
- name: make firebase config file
run: |
cd ./src/main/resources
cd ./src/main
mkdir ./resources
cd ./resources
mkdir ./firebase
cd ./firebase
touch ./"${{ secrets.FIREBASE_CONFIG_FILE_NAME }}"
Expand Down

0 comments on commit c124d7a

Please sign in to comment.