Skip to content

Commit 77c8977

Browse files
authored
ci: automatically deploy every Monday at 14h00 (#32)
ci: automatically deploy every monday at 14h00
1 parent 88cf69d commit 77c8977

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ name: Deploy
22

33
on:
44
workflow_dispatch:
5-
inputs:
6-
perform_deploy:
7-
required: true
8-
description: Confirm Deploy
9-
type: boolean
5+
schedule:
6+
- cron: "0 14 * * MON"
107

118
jobs:
129
deploy:

0 commit comments

Comments
 (0)