Skip to content

Commit

Permalink
fix: FCM 서버 dev 환경 분리 (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
helenason authored Nov 28, 2024
1 parent 9f4c98f commit 4d94157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-dev-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
run: |
echo "${{ secrets.APPLICATION_PROPERTIES_DEV }}" > src/main/resources/application.properties
mkdir -p src/main/resources/fcm
echo '${{ secrets.FCM_SECRET_KEY }}' > src/main/resources/fcm/chongdaemarket-fcm-key.json
echo '${{ secrets.FCM_SECRET_KEY_DEV }}' > src/main/resources/fcm/chongdaemarket-fcm-key.json
mkdir -p src/test/resources/fcm
echo '${{ secrets.FCM_SECRET_KEY }}' > src/test/resources/fcm/chongdaemarket-fcm-key.json
echo '${{ secrets.FCM_SECRET_KEY_DEV }}' > src/test/resources/fcm/chongdaemarket-fcm-key.json
working-directory: ./backend

- name: Build with Gradle Wrapper
Expand Down

0 comments on commit 4d94157

Please sign in to comment.