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

Merge branch 'fix/5-image' into 'master'

Update README

Closes #4 and #5

See merge request !12
parents ff450d3d 36cca53c
No related branches found
No related tags found
1 merge request!12Update README
Pipeline #872 passed with stage
in 1 minute and 12 seconds
...@@ -14,7 +14,7 @@ Add the following to the plugin's `.gitlab-ci.yml`: ...@@ -14,7 +14,7 @@ Add the following to the plugin's `.gitlab-ci.yml`:
```yaml ```yaml
PluginSVN: PluginSVN:
stage: deploy 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: before_script:
- curl -o ./bin/deploy.sh https://git-cdn.e15r.co/open-source/wp-org-plugin-deploy/raw/master/scripts/deploy.sh - 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 - chmod +x ./bin/deploy.sh
...@@ -31,6 +31,15 @@ only: ...@@ -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`. 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 ### CI Environment Variables
Set the following environment variables in the GitLab project's configuration: 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