Skip to content

Commit

Permalink
update cicd config for website starknet -- migration WIP 2
Browse files Browse the repository at this point in the history
  • Loading branch information
CreatedByBdr committed Sep 11, 2023
1 parent e41c522 commit ec71e3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
VITE_ALGOLIA_SEARCH_API_KEY: ${{ secrets.ALGOLIA_SEARCH_API_KEY }}
VITE_CF_STREAM_URL: ${{ secrets.CF_STREAM_URL }}

- name: Publish
- name: Publish migration
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
apiToken: ${{ secrets.NEW_CLOUDFLARE_API_TOKEN }}
accountId: "59382bbcb5735de2f8818797873d1eb2"
projectName: starknet-website
directory: dist/client
workingDirectory: workspaces/website
Expand Down

0 comments on commit ec71e3b

Please sign in to comment.