We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8cc3d4 commit ad4ec18Copy full SHA for ad4ec18
1 file changed
deploy-nette-ftp.sh
@@ -12,4 +12,4 @@ FTP_PASS=$3
12
SOURCE=$4
13
TARGET=$5
14
15
-lftp -c "set ftp:ssl-allow no; open -u $FTP_USER,$FTP_PASS $FTP_HOST; mirror -Rnev $SOURCE $TARGET --ignore-time --parallel=10 --exclude-glob .git* --exclude .git/ --exclude temp/sessions/* --exclude www/galleries/* --exclude www/images/* --exclude www/articles/* --exclude www/files/*"
+lftp -c "set ftp:ssl-allow no; open -u $FTP_USER,$FTP_PASS $FTP_HOST; mirror -Rnev $SOURCE $TARGET --ignore-time --parallel=10 --exclude-glob .git* --exclude .git/ --exclude temp/sessions/* --exclude Sign/* --exclude www/galleries/* --exclude www/images/* --exclude www/articles/* --exclude www/files/*"
0 commit comments