Skip to content
Snippets Groups Projects

Introduce automated deploy to WP.org

Merged Erick Hitter requested to merge add/wp-org-deploy into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -36,6 +36,7 @@ PHPunit:PHP7.2:MySQL:
@@ -36,6 +36,7 @@ PHPunit:PHP7.2:MySQL:
- phpunit
- phpunit
PHPunit:PHP7.3:MySQL:
PHPunit:PHP7.3:MySQL:
 
stage: test
image: containers.ethitter.com:443/docker/images/php:7.3
image: containers.ethitter.com:443/docker/images/php:7.3
services:
services:
- mysql:5.6
- mysql:5.6
@@ -46,6 +47,7 @@ PHPunit:PHP7.3:MySQL:
@@ -46,6 +47,7 @@ PHPunit:PHP7.3:MySQL:
PluginSVN:
PluginSVN:
stage: deploy
stage: deploy
 
image: containers.ethitter.com:443/docker/images/php:7.3
before_script:
before_script:
- date
- date
script: ./bin/deploy.sh
script: ./bin/deploy.sh
Loading