Skip to content

Commit

Permalink
Merge pull request #147 from bankidz/dev
Browse files Browse the repository at this point in the history
chore : env test3
  • Loading branch information
9yujin authored Aug 4, 2022
2 parents bf21e15 + 602f2c3 commit 8e0593b
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 @@ -16,7 +16,7 @@ jobs:
- name: Create .env file
run: |
touch .env
echo ${{ secrets.REACT_APP_ENV }} >> .env
echo REACT_APP_KAKAO_REST_API_KEY=${{ secrets.REACT_APP_KAKAO_REST_API_KEY }}\ >> .env
# 도커 메타데이터 가져오기
- name: Docker meta
Expand Down

0 comments on commit 8e0593b

Please sign in to comment.