Skip to content

Commit

Permalink
feat: add scheduled deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Sójko committed Aug 2, 2023
1 parent 34a1024 commit 6721838
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Prod
on:
push:
branches: [ master ]
schedule:
- cron: '0 5 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 6721838

Please sign in to comment.