diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b4ac3d82afb3c36b59848557a88a69859588aee..a3169768c107c4e050adcc7d28bae67079df6abe 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,3 +44,14 @@ PHPunit:PHP7.3:MySQL: - phpcs -n - phpunit allow_failure: true + +PluginSVN: + stage: deploy + image: containers.ethitter.com:443/docker/images/php:7.3 + before_script: + - apt-get update + - apt-get install -y rsync + - curl -o ./bin/deploy.sh https://git-cdn.e15r.co/open-source/wp-org-plugin-deploy/raw/master/scripts/deploy.sh + - chmod +x ./bin/deploy.sh + script: ./bin/deploy.sh + when: on_success