Skip to content

Commit 67353aa

Browse files
author
CloudLobster
committed
fix: use ASCII commit message for CF Pages deploy
1 parent fd897aa commit 67353aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: cd web && npm run build
5252

5353
- name: Deploy to Cloudflare Pages
54-
run: cd web && npx wrangler pages deploy dist --project-name=basemail-web
54+
run: cd web && npx wrangler pages deploy dist --project-name=basemail-web --commit-message="deploy ${{ github.sha }}"
5555
env:
5656
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
5757
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 commit comments

Comments
 (0)