Skip to content

Commit c09b755

Browse files
committed
infra: main-deploy.yml
1 parent fab9386 commit c09b755

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/main-deploy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,8 @@ jobs:
3131
3232
- name: Make application-prod.yml
3333
run: |
34-
cd ./src/main
35-
mkdir resources
36-
cd ./resources
37-
touch ./application-prod-profile.yml
38-
echo "${{ secrets.APPLICATION_PROD }}" > ./application-prod-profile.yml
34+
mkdir -p src/main/resources
35+
echo "${{ secrets.APPLICATION_PROD }}" > src/main/resources/application-prod.yml
3936
shell: bash
4037

4138
- name: Grant execute permission for gradlew

0 commit comments

Comments
 (0)