File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
101101 rsync --rsync-path=" sudo rsync" " $SCRIPTS_LATEST_PATH /latest.js.map" " $REMOTE_PATH /latest.js.map"
102102 rsync --rsync-path=" sudo rsync" " $SCRIPTS_LATEST_PATH /light.js" " $REMOTE_PATH /light.js"
103103 rsync --rsync-path=" sudo rsync" " $SCRIPTS_LATEST_PATH /light.js.map" " $REMOTE_PATH /light.js.map"
104+ rsync --rsync-path=" sudo rsync" " $SCRIPTS_LATEST_PATH /proxy.js" " $REMOTE_PATH /proxy.js"
105+ rsync --rsync-path=" sudo rsync" " $SCRIPTS_LATEST_PATH /proxy.js.map" " $REMOTE_PATH /proxy.js.map"
104106
105107 echo " ==> Copying SRI v$VERSION file to $SERVER_NAME "
106108 rsync --quiet --rsync-path=" sudo mkdir -p $REMOTE_PATH /v$VERSION && sudo rsync" " ./dist/v$VERSION /custom/app.js" " $REMOTE_PATH /v$VERSION /app.js"
@@ -109,6 +111,8 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
109111 rsync --quiet --rsync-path=" sudo rsync" " ./dist/v$VERSION /custom/light.js.map" " $REMOTE_PATH /v$VERSION /light.js.map"
110112 rsync --quiet --rsync-path=" sudo rsync" " ./dist/v$VERSION /custom/auto-events.js" " $REMOTE_PATH /v$VERSION /auto-events.js"
111113 rsync --quiet --rsync-path=" sudo rsync" " ./dist/v$VERSION /custom/auto-events.js.map" " $REMOTE_PATH /v$VERSION /auto-events.js.map"
114+ rsync --quiet --rsync-path=" sudo rsync" " ./dist/v$VERSION /custom/proxy.js" " $REMOTE_PATH /v$VERSION /proxy.js"
115+ rsync --quiet --rsync-path=" sudo rsync" " ./dist/v$VERSION /custom/proxy.js.map" " $REMOTE_PATH /v$VERSION /proxy.js.map"
112116
113117 echo " ==> Upload files to Bunny"
114118 upload_to_bunny " dist/v${VERSION} /app.js" " sri/v${VERSION} .js" " app.js.map" " v${VERSION} .js.map"
You can’t perform that action at this time.
0 commit comments