浏览代码

Update deploy script to send download folder

DricomDragon 4 年之前
父节点
当前提交
9330f47299
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      undeployed/scripts/deploy-to-ovh.sh

+ 1 - 1
undeployed/scripts/deploy-to-ovh.sh

@@ -11,7 +11,7 @@ port='21'
 dest='www'
 
 cd $origin
-files=`echo favicon.ico *.php include/*.php projets/*.php include/css/*.css include/css/custom/*.css include/js/*.js include/images/*.png include/images/*.jpg include/generated/*.txt`
+files=`echo favicon.ico *.php include/*.php projets/*.php include/css/*.css include/css/custom/*.css include/js/*.js include/images/*.png include/images/*.jpg include/generated/*.txt download/*`
 echo 'Files to be sent :'
 echo "$files"