-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[INIT] CI 및 템플릿 설정하기 #8
Conversation
@@ -0,0 +1 @@ | |||
안녕 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
카와이
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
감사합니다~
@@ -0,0 +1 @@ | |||
안녕 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ
- name: application.yaml 생성 | ||
run: | | ||
cd src/main/resources | ||
echo "${{ secrets.APPLICATION }}" > ./application.yaml | ||
working-directory: ${{ env.working-directory }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
나중에 application-dev.yml 파일로 가져가면 좋을 것 같아요. (이후 수정 예정 확인 완료)
close #7
우선은 템플릿 설정 먼저 했습니다.