Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paragon0107 authored Jun 24, 2024
1 parent 9e7bcb0 commit be94a1e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ jobs:
distribution: 'corretto'
java-version: '17'

- name: create application.yml
- name: create application-secret.yml
run: |
## create application.yml
## create application-secret.yml
## mkdir ./src/main/resources
cd ./src/main/resources
# application.yml 파일 생성
# touch ./application.yml
touch ./application-secret.yml
# GitHub-Actions 에서 설정한 값을 application.yml 파일에 쓰기
# echo "${{ secrets.CI_APPLICATION }}" >> ./application.yml
# echo "${{ secrets.CI_APPLICATION }}" >> ./application-secret.yml
# application.yml 파일 확인
cat ./application.yml
cat ./application-secret.yml
shell: bash

- name: build
Expand Down

0 comments on commit be94a1e

Please sign in to comment.