Skip to content

Commit a73f846

Browse files
committed
use pgrok proxy
1 parent b7de212 commit a73f846

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/proxy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on:
33
push:
44
branches:
55
- master
6+
schedule:
7+
- cron: '12 */5 * * *'
68
jobs:
79
proxy-server-setup:
810
runs-on: ubuntu-latest

src/assets/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"minecraftProduction": "185.228.139.97:25564",
33
"minecraftDevelopment":"185.228.139.97:25564",
4-
"proxy": "web-minecraft-proxy.herokuapp.com:443"
4+
"proxy": "web-minecraft-proxy.ejemplo.me:443"
55
}

0 commit comments

Comments
 (0)