Skip to content

Commit

Permalink
[fix] rollback (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlarlgnszx committed Oct 1, 2024
1 parent e5cf8b9 commit 74777d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-dev-code_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ 'dev' ]

env:
RESOURCE_PATH: ./src/main/resources/application.yml
RESOURCE_PATH: ./src/main/resources/application-local.yml

jobs:
build:
Expand All @@ -29,14 +29,14 @@ jobs:

- name: mkdir resources folder
run: |
touch ./src/main/resources/application.yml
touch ./src/main/resources/application-local.yml
touch ./src/test/resources/application-test.yml
shell: bash

- name: copy yml file
run: |
echo "${{ secrets.APPLICATION_LOCAL_YML }}" > ./src/main/resources/application.yml
echo "${{ secrets.APPLICATION_LOCAL_YML }}" > ./src/main/resources/application-local.yml
echo "${{ secrets.APPLICATION_LOCAL_YML }}" > ./src/test/resources/application-test.yml
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 74777d8

Please sign in to comment.