Browse Source

Deploy script fixes

widget 1.0
Lee Willis 12 years ago
parent
commit
101d328f0c
  1. 4
      deploy.sh

4
deploy.sh

@ -5,10 +5,10 @@
# main config # main config
PLUGINSLUG="github-embed" PLUGINSLUG="github-embed"
CURRENTDIR=`pwd` CURRENTDIR=`pwd`
MAINFILE="github-oembed.php" # this should be the name of your main php file in the wordpress plugin MAINFILE="github-embed.php" # this should be the name of your main php file in the wordpress plugin
# git config # git config
GITPATH="$CURRENTDIR/" # this file should be in the base of your git repository GITPATH="$CURRENTDIR" # this file should be in the base of your git repository
# svn config # svn config
SVNPATH="/tmp/$PLUGINSLUG" # path to a temp SVN repo. No trailing slash required and don't add trunk. SVNPATH="/tmp/$PLUGINSLUG" # path to a temp SVN repo. No trailing slash required and don't add trunk.

Loading…
Cancel
Save