Skip to content

Commit

Permalink
update cicd config for website starknet -- migration
Browse files Browse the repository at this point in the history
  • Loading branch information
CreatedByBdr committed Sep 11, 2023
1 parent 9a70ac0 commit 13800c7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,14 @@ jobs:
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref_name == 'production' && 'main' || github.ref_name }}

- name: Publish migration
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.NEW_CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.NEW_CLOUDFLARE_ACCOUNT_ID }}
projectName: starknet-website
directory: dist/client
workingDirectory: workspaces/website
wranglerVersion: '3'
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref_name == 'production' && 'main' || github.ref_name }}

0 comments on commit 13800c7

Please sign in to comment.