Skip to content

Commit 5870d02

Browse files
committed
chore(clubs): switch from github actions to netlify
1 parent f56d105 commit 5870d02

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
import type { Config } from '@netlify/functions'
2+
import updateClubInfo from '~/utils/update-club-info'
3+
4+
export default async () => {
5+
await updateClubInfo()
6+
}
7+
8+
export const config: Config = {
9+
schedule: '0 */12 * * *',
10+
}

0 commit comments

Comments
 (0)