Skip to content

Commit

Permalink
update cloudflare pages name -- migration (use initial callback) WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
CreatedByBdr committed Sep 14, 2023
1 parent 5bee5e7 commit 6ea010c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Build project
run: yarn workspace @starknet-io/website build
env:
VITE_SITE_URL: https://${{ env.GITHUB_REF_SLUG_URL }}.starknet-websites.pages.dev
VITE_SITE_URL: http://localhost:3000
VITE_ALGOLIA_INDEX: ${{ github.ref_name == 'production' && 'production' || 'dev' }}
VITE_ALGOLIA_APP_ID: ${{ secrets.ALGOLIA_APP_ID }}
VITE_ALGOLIA_SEARCH_API_KEY: ${{ secrets.ALGOLIA_SEARCH_API_KEY }}
Expand Down

0 comments on commit 6ea010c

Please sign in to comment.