Skip to content

Commit

Permalink
Firt upload to wp-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Janez Troha committed May 8, 2011
1 parent c0e9a42 commit 6c4fe01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Expand Up @@ -3,7 +3,7 @@
# The difference is that this script lives in the plugin's git repo & doesn't require an existing SVN repo.

# main config
PLUGINSLUG="najdi_si_osvezevalec"
PLUGINSLUG="najdisi_osvezevalec"
CURRENTDIR=`pwd`
MAINFILE="najdi_si_osvezevalec.php" # this should be the name of your main php file in the wordpress plugin

Expand All @@ -12,7 +12,7 @@ GITPATH="$CURRENTDIR/" # this file should be in the base of your git repository

# svn config
SVNPATH="/tmp/$PLUGINSLUG" # path to a temp SVN repo. No trailing slash required and don't add trunk.
SVNURL="http://plugins.svn.wordpress.org/najdi_si_osvezevalec/" # Remote SVN repo on wordpress.org, with no trailing slash
SVNURL="http://plugins.svn.wordpress.org/najdisi_osvezevalec/" # Remote SVN repo on wordpress.org, with no trailing slash
SVNUSER="dz0ny" # your svn username


Expand Down

0 comments on commit 6c4fe01

Please sign in to comment.