Skip to content

Commit

Permalink
fix(#19): application.yml 출력
Browse files Browse the repository at this point in the history
  • Loading branch information
nohy6630 committed Oct 16, 2023
1 parent 1b3af09 commit 7e30ae2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ name: NumberOne-Backend-CICD
# event trigger
on:
push:
branches: [ "main" ]
branches:
- main
- 'fix/*'
pull_request:
branches: [ "main" ]
branches:
- main
- 'fix/*'

permissions: write-all

Expand Down Expand Up @@ -61,6 +65,7 @@ jobs:
cd ./src/main/resources
touch ./application.yml
echo "${{ secrets.PROPERTIES_PROD }}" > ./application.yml
cat ./application.yml
shell: bash

- name: Build With Gradle
Expand Down

0 comments on commit 7e30ae2

Please sign in to comment.