diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7daebcf..1488c27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,6 @@ deploy: - ssh "$SERVER_HOST" mcrcon -H localhost -p minecraft "minecraft:reload" - - ssh "$SERVER_HOST" upnpc --help - - ssh "$SERVER_HOST" upnpc -r 22 2222 TCP + - ssh "$SERVER_HOST" upnpc -n "10.0.0.140" 22 2222 TCP only: - master \ No newline at end of file