Skip to content

Commit 4025b09

Browse files
committed
Add Netlify API endpoints to build workflow
1 parent 2b71880 commit 4025b09

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ jobs:
4848
- name: Build with Next.js
4949
run: npm run build
5050
env:
51-
MAILMAN_SUBSCRIBE_URL: ${{ vars.MAILMAN_SUBSCRIBE_URL }}
5251
NODE_ENV: production
52+
NEXT_PUBLIC_NEWSLETTER_API_URL: ${{ secrets.NEXT_PUBLIC_NEWSLETTER_API_URL }}
53+
NEXT_PUBLIC_REGISTER_API_URL: ${{ secrets.NEXT_PUBLIC_REGISTER_API_URL }}
5354

5455
- name: Verify build output
5556
run: |

0 commit comments

Comments
 (0)