Skip to content

Commit

Permalink
Update deploy-vpn-server.yml redeploy every 2->3 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson authored Nov 5, 2024
1 parent b7e2729 commit 69bc493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-vpn-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy VPN server(s)
on:
workflow_dispatch:
schedule:
- cron: '0 */2 * * *'
- cron: '0 */3 * * *'

jobs:
deploy-vpn-server:
Expand Down

0 comments on commit 69bc493

Please sign in to comment.