Update workflows

This commit is contained in:
2023-08-29 12:51:53 +08:00
parent bb78a03046
commit 025f540fe2

View File

@@ -21,7 +21,6 @@ jobs:
run: flutter build web
- name: Upload
env:
CF_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
run: wrangler pages deploy build/web --project-name=ehf --branch=dev
run: wrangler pages deploy build/web --project-name=ehf --branch=dev "--commit-hash=${{ github.sha }}"