Skip to content

Commit

Permalink
Update qa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcy0308 authored Apr 23, 2024
1 parent 2c92039 commit da0af09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
password: ${{ secrets.HARBOR_PASSWORD }}
- name: env 파일 생성
run: |
echo APP_ENV=${{secrets.APP_ENV}} >> .env
echo APP_ENV=development >> .env
echo APP_PORT=${{secrets.APP_PORT}} >> .env
echo DATABASE_URL=${{secrets.DATABASE_URL_QA}} >> .env
echo JWT_SECRET=${{secrets.JWT_SECRET}} >> .env
Expand Down

0 comments on commit da0af09

Please sign in to comment.