File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
5353 rsync --rsync-path=" sudo rsync" " $SCRIPTS_LATEST_PATH /latest.js.map" " $REMOTE_PATH /latest.js.map"
5454 rsync --rsync-path=" sudo rsync" " $SCRIPTS_LATEST_PATH /light.js" " $REMOTE_PATH /light.js"
5555 rsync --rsync-path=" sudo rsync" " $SCRIPTS_LATEST_PATH /light.js.map" " $REMOTE_PATH /light.js.map"
56- rsync --rsync-path=" sudo rsync" " $SCRIPTS_LATEST_PATH /proxy.js" " $REMOTE_PATH /proxy.js"
57- rsync --rsync-path=" sudo rsync" " $SCRIPTS_LATEST_PATH /proxy.js.map" " $REMOTE_PATH /proxy.js.map"
5856
5957 echo " ==> Creating v$VERSION folder on $SERVER_NAME "
6058 ssh
[email protected] mkdir -p
" /var/www/default/v$VERSION " @@ -64,8 +62,6 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
6462 rsync --quiet --rsync-path=" sudo rsync" " ./dist/v$VERSION /custom/app.js.map" " $REMOTE_PATH /v$VERSION /app.js.map"
6563 rsync --quiet --rsync-path=" sudo rsync" " ./dist/v$VERSION /custom/light.js" " $REMOTE_PATH /v$VERSION /light.js"
6664 rsync --quiet --rsync-path=" sudo rsync" " ./dist/v$VERSION /custom/light.js.map" " $REMOTE_PATH /v$VERSION /light.js.map"
67- rsync --quiet --rsync-path=" sudo rsync" " ./dist/v$VERSION /custom/proxy.js" " $REMOTE_PATH /v$VERSION /proxy.js"
68- rsync --quiet --rsync-path=" sudo rsync" " ./dist/v$VERSION /custom/proxy.js.map" " $REMOTE_PATH /v$VERSION /proxy.js.map"
6965 rsync --quiet --rsync-path=" sudo rsync" " ./dist/v$VERSION /custom/auto-events.js" " $REMOTE_PATH /v$VERSION /auto-events.js"
7066 rsync --quiet --rsync-path=" sudo rsync" " ./dist/v$VERSION /custom/auto-events.js.map" " $REMOTE_PATH /v$VERSION /auto-events.js.map"
7167
You can’t perform that action at this time.
0 commit comments