Skip to content

Commit d0edb48

Browse files
committed
chore: branch and commit dirty flags for wrangler.
1 parent e48f89c commit d0edb48

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pages-deployment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ jobs:
2121
with:
2222
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
2323
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
24-
command: pages deploy apps/site/dist/client --project-name=solid-number-flow
25-
branch: ${{ github.ref_name }}
24+
command: pages deploy apps/site/dist/client --project-name=solid-number-flow --branch=${{ github.ref_name }} --commit-dirty
2625
gitHubToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)