add cf pages deploy for web
This commit is contained in:
8
.github/workflows/linux-web.yaml
vendored
8
.github/workflows/linux-web.yaml
vendored
@@ -62,3 +62,11 @@ jobs:
|
|||||||
name: flutter-web-build-latest
|
name: flutter-web-build-latest
|
||||||
path: build/web
|
path: build/web
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
|
- name: Publish to Cloudflare Pages
|
||||||
|
uses: cloudflare/pages-action@v1
|
||||||
|
with:
|
||||||
|
apiToken: ${{ secrets.CLOUDFLARE_PAGES_DEPLOY }}
|
||||||
|
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||||
|
projectName: ything-radio
|
||||||
|
directory: build/web
|
||||||
|
|||||||
Reference in New Issue
Block a user