Skip to content

Set of bash scripts for deploying plugins and themes from Git

Notifications You must be signed in to change notification settings

kasparsd/wp-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Scripts for WordPress Plugins and Themes

These scripts expect the following directory structure where your-plugin-slug is the slug of your plugin in the WordPress plugin repository:

your-plugin-slug
 |
 +-- git (your Git repo)
 |   |
 |   +-- .git
 |   +-- readme.md
 |   +-- your-plugin-slug.php
 |   +-- ...
 |
 +-- svn (your SVN repo)
 |   |
 |   +-- assets
 |   +-- trunk
 |   +-- tags
 |   +-- ...
 |   
 +-- wp-deploy (this repo)
 |   |
 |   +-- .git
 |   +-- deploy.sh
 |   +-- tag.sh
 |   +-- ...

Credits

Based on "Deploying from git to svn" by Scribu

About

Set of bash scripts for deploying plugins and themes from Git

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages