Skip to content

Commit

Permalink
Service worker (#36)
Browse files Browse the repository at this point in the history
* cleanup svg

* update wrangler

* ok **actually** fix deploy action

* add enhancement to roadmap

* less aggressive "prevent default"

* tap tempo hint

* Add service worker

* use brand colors for everything

* comment
  • Loading branch information
ericyd committed Dec 9, 2022
1 parent e644ddd commit 3fb20dd
Show file tree
Hide file tree
Showing 25 changed files with 3,053 additions and 159 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
# The GitHub Actions debug log had this error:
# Error: EACCES: permission denied, scandir '/home/runner/work/loop-supreme/loop-supreme/.wrangler'
# Since wrangler is already a dependency, we can skip the custom action and just run the command directly
# Funny note: you must deploy from `main` for Cloudflare to consider it a production deployment!
- name: Publish
run: |
CLOUDFLARE_API_TOKEN=${{ secrets.CF_API_TOKEN }} \
CLOUDFLARE_ACCOUNT_ID=${{ secrets.CF_ACCOUNT_ID }} \
npm run wrangler pages publish build -- --project-name=loopsupreme --env production
npm run wrangler pages publish build -- --project-name loopsupreme --env production --branch main

0 comments on commit 3fb20dd

Please sign in to comment.