Skip to content

Commit

Permalink
[ fix ] env 파일 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
NeatKYU committed Sep 4, 2023
1 parent 9df0312 commit 2356603
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ncp-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ jobs:
echo "VITE_EMAIL_PUBLIC_KEY=$VITE_EMAIL_PUBLIC_KEY" >> .env.production
echo "VITE_TERMS_NOTION=$VITE_TERMS_NOTION" >> .env.production
echo "VITE_POLICY_NOTION=$VITE_POLICY_NOTION" >> .env.production
echo "VITE_STORAGE_URL=$VITE_STORAGE_URL" >> .env.production
env:
VITE_EMAIL_SERVICE_ID: ${{ secrets.VITE_EMAIL_SERVICE_ID }}
VITE_EMAIL_TEMPLATE_ID: ${{ secrets.VITE_EMAIL_TEMPLATE_ID }}
VITE_EMAIL_PUBLIC_KEY: ${{ secrets.VITE_EMAIL_PUBLIC_KEY }}
VITE_TERMS_NOTION: ${{ secrets.VITE_TERMS_NOTION }}
VITE_POLICY_NOTION: ${{ secrets.VITE_POLICY_NOTION }}
VITE_STORAGE_URL: ${{ secrets.VITE_STORAGE_URL }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to NCP Container Registry
Expand Down

0 comments on commit 2356603

Please sign in to comment.