Skip to content

Commit

Permalink
Merge pull request #49 from SUIN-BUNDANG-LINE/cicd
Browse files Browse the repository at this point in the history
Update dev_deploy.yml
  • Loading branch information
GulSauce authored Aug 13, 2024
2 parents 065eb78 + 342f573 commit cdbffff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:

- name: application-secret.yml 등록
run: |
echo "${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: |
echo "${{ env.NEW_RELIC_YML}}" > newrelic/newrelic.yml
echo "${{ env.NEW_RELIC_YML }}" > newrelic/newrelic.yml
- name: 환경 변수 설정
run: |
Expand Down

0 comments on commit cdbffff

Please sign in to comment.