mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-12-23 10:11:54 +00:00
Set up deploy bot
This commit is contained in:
parent
97c6368f44
commit
2a8cc34997
1 changed files with 7 additions and 3 deletions
10
.github/workflows/cd.yml
vendored
10
.github/workflows/cd.yml
vendored
|
|
@ -22,7 +22,11 @@ jobs:
|
|||
run: cd client/web && npm install
|
||||
- name: build node
|
||||
run: cd client/web && npm run build
|
||||
- name: Deploy to Cloudflare Workers
|
||||
uses: cloudflare/wrangler-action@1.2.0
|
||||
- name: Deploy 🚀
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
with:
|
||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
||||
branch: deploy # The branch the action should deploy to.
|
||||
folder: client/web/dist # The folder the action should deploy.
|
||||
clean: true
|
||||
single-commit: true
|
||||
git-config-name: Deploy Bot
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue