Skip to content

Commit

Permalink
Merge pull request #36 from Dan-sup/feat/deploy
Browse files Browse the repository at this point in the history
refactor: deploy.yml 수정
  • Loading branch information
haen-su authored Jul 12, 2023
2 parents 4280b49 + 3555f28 commit b524810
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
touch .env
echo "${{ secrets.ENV_VARS }}" >> .env
- name: Make application-database.yml
- name: Make application-db.yml
run: |
cd ./src/main/resources
touch ./application-database.yml
echo "${{ secrets.DATABASE }}" >> ./application-db.yml
shell: bash

Expand Down

0 comments on commit b524810

Please sign in to comment.