mustafauysal / deploy-from-git

Deploy WordPress plugins from git

Home Page:https://uysalmustafa.com/2016/11/05/deploying-from-git/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin Deploy from Git

Usage

  1. Clone: git clone https://github.com/mustafauysal/deploy-from-git.git

  2. Define alias or, export path

alias plugin-deploy='sh ~/deploy-from-git/plugin-deploy.sh'

alias plugin-tag='sh ~/deploy-from-git/plugin-tag.sh'
  1. Change WordPress.org svn username SVN_USERNAME and DEST_DIR in plugin-deploy.sh file

  2. Run plugin-deploy command in your plugin's git repo

  3. Have fun, and remember to use plugin-tag 1.0.1 for tagging.

Credits

About

Deploy WordPress plugins from git

https://uysalmustafa.com/2016/11/05/deploying-from-git/


Languages

Language:Shell 100.0%