Skip to content

Commit

Permalink
fix: inject secrets as environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiller committed Sep 2, 2023
1 parent 2fd58b2 commit fb89bed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,7 @@ jobs:
- name: Install netlify-cli
run: npm install -g netlify-cli
- name: Deploy Korean Site
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
run: npx netlify deploy --prod --dir=.next

0 comments on commit fb89bed

Please sign in to comment.