We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7de212 commit a73f846Copy full SHA for a73f846
.github/workflows/proxy.yaml
@@ -3,6 +3,8 @@ on:
3
push:
4
branches:
5
- master
6
+ schedule:
7
+ - cron: '12 */5 * * *'
8
jobs:
9
proxy-server-setup:
10
runs-on: ubuntu-latest
src/assets/config.json
@@ -1,5 +1,5 @@
1
{
2
"minecraftProduction": "185.228.139.97:25564",
"minecraftDevelopment":"185.228.139.97:25564",
- "proxy": "web-minecraft-proxy.herokuapp.com:443"
+ "proxy": "web-minecraft-proxy.ejemplo.me:443"
}
0 commit comments