We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a6c6b6 commit f2a973dCopy full SHA for f2a973d
2 files changed
.github/workflows/deploy-staging.yml
@@ -1,6 +1,9 @@
1
name: Deploy Staging
2
3
on:
4
+ push:
5
+ branches:
6
+ - main
7
workflow_dispatch:
8
inputs:
9
ref:
.github/workflows/wrangler-deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
SITE_URL: ${{ inputs.site_url }}
43
44
- name: Deploy to Cloudflare
45
- run: pnpm wrangler deploy --env ${{ inputs.environment }}
+ run: pnpm wrangler deploy --env ${{ inputs.environment }} --message "Deployed from Actions"
46
env:
47
CLOUDFLARE_API_TOKEN: ${{ secrets.cloudflare_api_token }}
48
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.cloudflare_account_id }}
0 commit comments