mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
Delete cloudflare-deploy.yml
This commit is contained in:
parent
2cf1c04b08
commit
8ecba77632
1 changed files with 0 additions and 17 deletions
17
.github/workflows/cloudflare-deploy.yml
vendored
17
.github/workflows/cloudflare-deploy.yml
vendored
|
|
@ -1,17 +0,0 @@
|
||||||
name: Build
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
pull_request:
|
|
||||||
repository_dispatch:
|
|
||||||
jobs:
|
|
||||||
deploy:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
timeout-minutes: 60
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@master
|
|
||||||
- name: Build site
|
|
||||||
run: 'yarn && Yarn build'
|
|
||||||
- name: Publish
|
|
||||||
uses: cloudflare/wrangler-action@1.2.0
|
|
||||||
with:
|
|
||||||
apiToken: ${{ secrets.CF_API_TOKEN }}
|
|
||||||
Loading…
Reference in a new issue