https://github.com/bmlt-enabled/bmlt-wordpress-deploy
Script for Deployment of BMLT related WordPress plugins
https://github.com/bmlt-enabled/bmlt-wordpress-deploy
Last synced: 4 days ago
JSON representation
Script for Deployment of BMLT related WordPress plugins
- Host: GitHub
- URL: https://github.com/bmlt-enabled/bmlt-wordpress-deploy
- Owner: bmlt-enabled
- Created: 2019-01-09T20:44:10.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-12-04T21:27:44.000Z (7 months ago)
- Last Synced: 2025-12-08T00:51:45.929Z (7 months ago)
- Language: Shell
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BMLT WordPress Deploy
You will need to add the following environment variables to your travis yml
`PLUGIN` being the wordpress repo slug
`MAINFILE` being the name of the main plugin file
For ex.
PLUGIN="bmlt-wordpress-satellite-plugin"
MAINFILE="bmlt-wordpress-satellite-plugin.php"
## Deployment
This is done automatically upon tagging a release. If you wish to tag a release for testing or a beta release make sure the tag name contains the word beta in it as the deployment to wordpress will be cancelled. For ex. `3.9.6-beta`
If you wanted to test deployment without the final svn commit add a hyphen `-` in your tag without the word beta.