diff --git a/Jenkinsfile b/Jenkinsfile index 4421586..e4aeb71 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,9 +14,8 @@ node("docker-node") { stage "publish" app.push("${env.BUILD_NUMBER}") app.push("latest") + app.push("3.11.6") - stage('Deploy on K8s'){ - sh "/usr/local/bin/kubectl -n test delete po pocketmine-0" } } catch (err) { diff --git a/php.ini b/php.ini index 6f37094..d429b49 100644 --- a/php.ini +++ b/php.ini @@ -1,4 +1,4 @@ -memory_limit=14096 +memory_limit=14096M date.timezone=UTC short_open_tag=0 asp_tags=0