Skip to content

Commit

Permalink
Update prod_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GulSauce authored Aug 13, 2024
1 parent cdbffff commit d321bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: application-secret.yml 등록
run: |
echo ${{ env.SECRET_YML_CONTENT }} > src/main/resources/application-secret.yml
echo "${{ env.SECRET_YML_CONTENT }}" > src/main/resources/application-secret.yml
- name: Set up newrelic.yml
run: |
Expand Down

0 comments on commit d321bad

Please sign in to comment.