We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd897aa commit 67353aaCopy full SHA for 67353aa
.github/workflows/deploy.yml
@@ -51,7 +51,7 @@ jobs:
51
run: cd web && npm run build
52
53
- name: Deploy to Cloudflare Pages
54
- run: cd web && npx wrangler pages deploy dist --project-name=basemail-web
+ run: cd web && npx wrangler pages deploy dist --project-name=basemail-web --commit-message="deploy ${{ github.sha }}"
55
env:
56
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
57
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
0 commit comments