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

Base image now includes `rsync`

parent b7f74d78
No related branches found
No related tags found
1 merge request!5Base image now provides rsync
Pipeline #784 passed with stage
in 1 minute and 12 seconds
......@@ -16,8 +16,6 @@ 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
......@@ -57,3 +55,7 @@ A sample is provided in [examples/gitattributes](./examples/gitattributes). If u
# A set of files you probably don't want in your WordPress.org distribution
/.gitattributes export-ignore
```
## Protecting deploys
Choose a `WP_ORG_RELEASE_REF` value that starts with a consistent prefix. Doing so allows that prefix to be protected using GitLab's "Protected Branches" or "Protected Tags" features.
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