reset repository for public consumption 🍽️

This commit is contained in:
2020-05-24 16:41:56 -04:00
commit 2de1c29e0c
14 changed files with 376 additions and 0 deletions

19
.github/workflows/deploy.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Deploy
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cloudflare/wrangler-action@master
with:
apiToken: ${{ secrets.CF_API_TOKEN }}
- uses: jakejarvis/cloudflare-purge-action@master
env:
CLOUDFLARE_ZONE: "92e2ec634800f776ec4f3e983491c349"
CLOUDFLARE_TOKEN: ${{ secrets.CF_API_TOKEN }}