@sammosna/wp-plugin-deploy
v1.4.1
Published
This script will update the version, build the plugin, zip it and upload it to the server
Downloads
2
Readme
Wordpress plugin deploy
## Installation
Add this to your environment - for example in ~/.zshrc
export WP_UPDATER_SERVER_BASE=https://your-plugin-server.ext/path
export WP_UPDATER_FTP_PASS=your-ftp-pass
export WP_UPDATER_FTP_USER=your-ftp-user
export WP_UPDATER_FTP_HOST=your-ftp-server
Usage
pnpm -g install @sammosna/wp-plugin-deploy
cd /plugin/path
@sammosna/wp-plugin-deploy