Skip to content

Commit

Permalink
use wrangler-action github deployments? maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon committed Nov 27, 2024
1 parent 3ea7805 commit 36bceb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
apiToken: ${{ secrets.CI_CF_PAGES }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: pages deploy dist-cf --project-name=${{ env.PAGES_PROJECT_NAME }}
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Github Pages
uses: actions/configure-pages@v5
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-with-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
apiToken: ${{ secrets.CI_CF_PAGES }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: pages deploy dist-cf --project-name=${{ env.PAGES_PROJECT_NAME }}
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

- name: Setup Github Pages
uses: actions/configure-pages@v5
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/previews-cf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
apiToken: ${{ secrets.CI_CF_PAGES }}
accountId: ${{ secrets.CF_ACCOUNT_ID }}
command: pages deploy dist --project-name=${{ env.PAGES_PROJECT_NAME }} --branch=${{ github.head_ref || github.ref_name }}
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

- name: Comment PR
uses: thollander/actions-comment-pull-request@v3
Expand Down

0 comments on commit 36bceb3

Please sign in to comment.