Skip to content

Commit

Permalink
automatic deploy when data changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeatgu committed Jun 4, 2021
1 parent 9501d42 commit 2b0530a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: deploy
on:
schedule:
- cron: 0 0 * * *
push:
paths:
- 'public/**'
workflow_dispatch:
jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flat.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flat
on:
schedule:
- cron: 0 0 * * *
- cron: 35 21 * * *
workflow_dispatch:
jobs:
scheduled:
Expand Down

1 comment on commit 2b0530a

@vercel
Copy link

@vercel vercel bot commented on 2b0530a Jun 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.