Skip to content
Snippets Groups Projects
Commit 9a4f316b authored by Erick Hitter's avatar Erick Hitter
Browse files

Automate deploys to WP.org SVN

parent 4b456317
Branches
Tags
1 merge request!3Automated WP.org updates
Pipeline #774 passed with warnings
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment