commit 5217a00b5c8b705988ded8c182f10d7e4592f018 parent 5b663afc1407927e8aa82ddb9794b335f687a73e Author: cipher <haris@2f30.org> Date: Mon, 4 Aug 2014 16:01:15 +0300 Remove style.css.* from deploy script. Files do not exist anymore. Diffstat:
M | bin/bliper-deploy.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/bliper-deploy.sh b/bin/bliper-deploy.sh @@ -3,4 +3,4 @@ # replace `ssh` with `ssh -p <number>` for specific port # and user@host:/path/to/output/ with the real one. -exec rsync --recursive --archive --verbose --rsh="ssh" --exclude 'style.css.*' output/ user@host:/path/to/output/ +exec rsync --recursive --archive --verbose --rsh="ssh" output/ user@host:/path/to/output/