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

Update README

Fixes #4
Fixes #5
parent ff450d3d
No related branches found
No related tags found
1 merge request!12Update README
Pipeline #871 passed with stage
in 1 minute and 14 seconds
......@@ -14,7 +14,7 @@ Add the following to the plugin's `.gitlab-ci.yml`:
```yaml
PluginSVN:
stage: deploy
image: containers.ethitter.com:443/docker/images/php:7.3
image: containers.ethitter.com:443/docker/wp-org-plugin-deploy:latest
before_script:
- 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
......@@ -31,6 +31,15 @@ only:
The above is a time-save only; the build script exits before the `svn commit` stage if the merge isn't into `master`.
#### Script Dependencies
If you'd rather not use [my Docker image](https://git.ethitter.com/docker/wp-org-plugin-deploy), any substitute must provide the following dependencies:
1. `bash`
1. `git`
1. `rsync`
1. `subversion`
### CI Environment Variables
Set the following environment variables in the GitLab project's configuration:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment