Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #308 from GSM-MSG/307-chore/cd-application.yml-ove…
Browse files Browse the repository at this point in the history
…rwrite

🔀 :: application.yml overwrite
  • Loading branch information
KimTaeO authored Mar 29, 2024
2 parents a8daad3 + 60ef032 commit 7e33243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/GCMS-CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Create application.yml on dev
run: |
touch ./src/main/resources/application.yml
echo "${{ secrets.APPLICATION_YML }}" >> ./src/main/resources/application.yml
echo "${{ secrets.APPLICATION_YML }}" > ./src/main/resources/application.yml
shell: bash

- name: Build with Gradle
Expand Down

0 comments on commit 7e33243

Please sign in to comment.