Skip to content

Commit a17cb94

Browse files
committed
Added deploy_job for wordpress.org deployments.
1 parent 23cb3d2 commit a17cb94

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,16 @@ jobs:
132132
environment:
133133
CONTAINER_WP_VERSION: "latest"
134134
CONTAINER_PHP_VERSION: "7.3"
135+
deploy_job:
136+
docker:
137+
- image: wordpress:php7.3-fpm-alpine
138+
working_directory: /root/project/phpcompat
139+
steps:
140+
- run: apk add --no-cache git subversion rsync
141+
- checkout
142+
- run:
143+
name: Deploy plugin to wordpress.org
144+
command: /bin/bash .circleci/deploy.sh
135145

136146
workflows:
137147
version: 2

0 commit comments

Comments
 (0)