Skip to content

Commit 524d33e

Browse files
committed
Fixed travis wporg deploy.
1 parent 6381363 commit 524d33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ if ! [ $AFTER_DEPLOY_RUN ] && [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then
3939
grunt sftp
4040

4141
# Upload to Wordpress SVN
42-
if [ ! -z "$WP_ORG_PASSWORD" ]; then
42+
if [ ! -z "$WPORG_PASS" ]; then
4343

4444
svn co -q "http://svn.wp-plugins.org/$THEMEISLE_REPO" svn
4545

0 commit comments

Comments
 (0)