Skip to content

Commit

Permalink
Merge pull request #91 from soma-baekgu/develop
Browse files Browse the repository at this point in the history
운영 서버 1.1 배포
  • Loading branch information
Dltmd202 authored Aug 18, 2024
2 parents f5899b8 + d99dd9e commit 4765d65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ jobs:
cd ./notification/src/main/resources/
touch ./application.yaml
echo "${{ secrets.YAML_PROD_NOTIFICATION }}" > ./application.yaml
mkdir -p firebase
echo "${{ secrets.FCM_ACCOUNT }}" > ./firebase/fcm.json
shell: bash

- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 4765d65

Please sign in to comment.