Skip to content

Commit 882e8d5

Browse files
authored
Merge pull request #373 from porters-xyz/develop
Defined schedule for porters proxy to reboot every 4 hrs
2 parents b6a36bf + 8cc207a commit 882e8d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/proxy-prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Fly Deploy Prod Proxy
22
on:
3+
schedule:
4+
- cron: '0 */4 * * *' # Runs every 4 hours
35
push:
46
branches:
57
- master

0 commit comments

Comments
 (0)