Skip to content

Commit

Permalink
[INFRA] Setting : 임시 배포 github action 설정오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
404-not-foundl committed Jun 10, 2024
1 parent 1613d5b commit 31e2983
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:

- name: Create application.properties
run: |
echo "${{ secrets.APP_PROPERTIES_PROD }}" >> src/main/resources/application-prod.properties
echo "${{ secrets.APP_PROPERTIES }}" >> src/main/resources/application.properties
echo "${{ secrets.APP_PROPERTIES_PROD }}" >> backend/src/main/resources/application-prod.properties
echo "${{ secrets.APP_PROPERTIES }}" >> backend/src/main/resources/application.properties
- name: Log in to Docker Hub
Expand Down

0 comments on commit 31e2983

Please sign in to comment.