Skip to content

Automagic push to deploy your wordpress plugin to wordpress plugin directory

Notifications You must be signed in to change notification settings

ycfreeman/wp-plugin-template

 
 

Repository files navigation

Automagic push to deploy your wordpress plugin to wordpress plugin directory

Aggregation of useful scripts and modifications to get push to deploy working the way i want


Usage

you can use this project as your base project, or wget/curl the scripts in your .travis.yml

Setup

  • add your PLUGINSLUG, MAINFILE to .travis.yml or set them in travis Settings > Environment Variables
  • set your SVNUSER, SVNPASS in travis Settings > Environment Variables, remember to not turn on Display value in build log
  • or use Encrypted Variables feature in travis
  • never write your username and passwords in plain text in a public repository!!

Release

  • tag your github release to match your version number
  • let travis handles it all for you
  • travis should send you email by default if it fails, if you want notifications to somewhere else, check out travis documentations

About

Automagic push to deploy your wordpress plugin to wordpress plugin directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 91.4%
  • PHP 8.6%