Skip to content

Commit

Permalink
Update cicd-pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunw9 authored Jul 17, 2024
1 parent 20a5aa0 commit f765b9a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cicd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ jobs:
cat ./reply.yml
working-directory: ${{ env.working-directory }}

- name: logback-dev.xml 생성
run: |
mkdir -p ./src/main/resources/logback && cd $_
touch logback-dev.xml
echo "${{ secrets.LOG_DEV }}" > ./logback-dev.yml
cat ./logback-dev.xml
working-directory: ${{ env.working-directory }}

- name: create-firebase-adminsdk.json
id: create-json
uses: jsdaniell/[email protected]
Expand Down

0 comments on commit f765b9a

Please sign in to comment.