Skip to content

Commit 1b86f67

Browse files
committed
added rsync to delete file on destination for svn sync.
1 parent f45dc1c commit 1b86f67

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
@@ -49,7 +49,7 @@ if ! [ $AFTER_DEPLOY_RUN ] && [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then
4949
svn co -q "http://svn.wp-plugins.org/$THEMEISLE_REPO" svn
5050

5151
# Copy new content to svn trunk.
52-
rsync -r -p dist/* svn/trunk
52+
rsync -r -p --delete dist/* svn/trunk
5353

5454
# Create new SVN tag.
5555
mkdir -p svn/tags/$THEMEISLE_VERSION

0 commit comments

Comments
 (0)