Skip to content

Commit

Permalink
Merge pull request #25 from everymeals/develop
Browse files Browse the repository at this point in the history
Deploy for DEV
  • Loading branch information
dldmsql authored Sep 9, 2023
2 parents 61092e0 + 0fe7189 commit 584f7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: |
cd ./src/main/resources
touch ./application-secret.yml
echo "${{ secrets.PROPERTIES_TEST }}" > ./application-secret.yml
echo "${{ secrets.PROPERTIES_SECRET }}" > ./application-secret.yml
shell: bash

# 6) 빌드
Expand Down

0 comments on commit 584f7d3

Please sign in to comment.