Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinho1011 authored Feb 8, 2024
1 parent a2996d6 commit 90c7b01
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ jobs:
steps:
- name: checkout Github Action
uses: actions/checkout@v3

- name: .env setting
run: |
echo "VITE_API_BASE_URL=${{ secrets.VITE_API_BASE_URL }}" >> .env.production
echo "VITE_API_ACCESS_TOKEN=${{ secrets.VITE_API_ACCESS_TOKEN }}" >> .env.production
echo "VITE_KAKAO_OAUTH_KEY=${{ secrets.VITE_KAKAO_OAUTH_KEY }}" >> .env.production
echo "VITE_KAKAO_REDIRECT_URI=${{ secrets.VITE_KAKAO_REDIRECT_URI }}" >> .env.production
echo "VITE_GOOGLE_OAUTH_KEY=${{ secrets.VITE_GOOGLE_OAUTH_KEY }}" >> .env.production
echo "VITE_GOOGLE_REDIRECT_URI=${{ secrets.VITE_GOOGLE_REDIRECT_URI }}" >> .env.production
- name: Get npm cache directory
id: npm-cache-dir
Expand Down

0 comments on commit 90c7b01

Please sign in to comment.