mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
chore: update workflow
This commit is contained in:
14
.github/workflows/deploy-stage-to-master.yml
vendored
14
.github/workflows/deploy-stage-to-master.yml
vendored
@@ -2,7 +2,17 @@ name: Deploy master to cloudflare pages for test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["master"]
|
||||
branches: [ "master" ]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
git-ref:
|
||||
description: "Release Git Ref (Which branch or tag to build?)"
|
||||
required: true
|
||||
default: "master"
|
||||
cloudflare-project-name:
|
||||
description: "Cloudflare pages project name"
|
||||
required: true
|
||||
default: "logseq-dev"
|
||||
|
||||
env:
|
||||
CLOJURE_VERSION: "1.10.1.763"
|
||||
@@ -47,6 +57,6 @@ jobs:
|
||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||
accountId: 2553ea8236c11ea0f88de28fce1cbfee
|
||||
projectName: "logseq-dev"
|
||||
directory: "static"
|
||||
directory: "public"
|
||||
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: "production"
|
||||
|
||||
Reference in New Issue
Block a user