Skip to content

Commit 7c67803

Browse files
authored
Merge pull request #1101 from ensdomains/feature/fet-2776-fix-avatar-worker-to-include-preview-sites
feat: add avatar upload staging endpoint for preview deployments
2 parents e1359c7 + 5646367 commit 7c67803

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pages-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
- name: Build and Export with Profiler
4949
if: ${{ github.ref != 'refs/heads/main' }}
5050
run: pnpm build:preview && pnpm export
51+
env:
52+
NEXT_PUBLIC_AVUP_ENDPOINT: https://avatar-upload-staging.ens-cf.workers.dev
5153

5254
- name: Generate sitemap
5355
if: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)