Skip to content

Commit

Permalink
ci: Update website publisher (#379)
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Skender <8432125+DaveSkender@users.noreply.github.com>
  • Loading branch information
DaveSkender authored Jan 6, 2025
1 parent 7209135 commit 4f1d58d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,14 @@ jobs:
publish-profile: ${{ secrets.PUBLISH_PROFILE_API }}

- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_KEY }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: ${{ vars.CLOUDFLARE_PROJECT_NAME }}
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
directory: artifacts/web
wranglerVersion: "latest"
command: >
pages deploy artifacts/web
--project-name=${{ vars.CLOUDFLARE_PROJECT_NAME }}
- name: Tag and draft release note
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit 4f1d58d

Please sign in to comment.