Skip to content

Commit

Permalink
fix: changing gitinore dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeongh00 committed Jan 25, 2024
1 parent de7f797 commit db1ff63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ jobs:

- name: Create JSON file
id: create-json
uses: jsdaniell/create-json@1.1.2
uses: jsdaniell/create-json@v1.2.2
with:
dir: ./common-module/src/main/resources
name: "kusitms-plus-firebase-adminsdk-krn6f-5ef95443a1.json"
json: ${{ secrets.FIREBASE_JSON }}
name: kusitms-plus-firebase-adminsdk-krn6f-5ef95443a1.json

- name: move JSON file to resources directory
run: mv kusitms-plus-firebase-adminsdk-krn6f-5ef95443a1.json ./common-module/src/main/resources/

- name: make application yml
run: |
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ out/

api-module/src/main/resources/application-prod.yml
api-module/src/main/resources/application-local.yml
common-module/src/main/resources
common-module/src/main/resources/kusitms-plus-firebase-adminsdk-krn6f-5ef95443a1.json
docker-compose.yml

0 comments on commit db1ff63

Please sign in to comment.