Skip to content

Commit

Permalink
add : Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oosedus authored Nov 1, 2024
1 parent 67d2b32 commit 62ba9a5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
echo "${{ secrets.APPLICATION_SECRET }}" > ./src/main/resources/application-secret.yml
shell: bash

- name: make chat-prompt.txt
run: |
touch ./src/main/resources/chat-prompt.txt
echo "${{ secrets.CHAT_PROMPT }}" > ./src/main/resources/chat-prompt.txt
shell: bash

- name: 빌드
run: |
chmod +x gradlew
Expand Down

0 comments on commit 62ba9a5

Please sign in to comment.