Skip to content

Commit ab2e4f0

Browse files
feat: scheduled one click deployment for twice a day
1 parent c5a3c23 commit ab2e4f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
schedule:
8+
- cron: '0 5,17 * * *' # Runs at 5:00 AM and 5:00 PM GMT
79

810
jobs:
911
deploy:

0 commit comments

Comments
 (0)