From 5372acdf073fa74e2864b548af0f01ea14e364a3 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Mon, 20 Jan 2020 20:06:36 +0100 Subject: [PATCH] Logging changes for build and deploy --- scripts/build-and-deploy.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/build-and-deploy.sh b/scripts/build-and-deploy.sh index 2071a3c..732e0ee 100755 --- a/scripts/build-and-deploy.sh +++ b/scripts/build-and-deploy.sh @@ -67,6 +67,11 @@ node scripts/build-zip.js chrome nightly # UPLOAD TO WEB SERVER ###################################### +echo "--------------------------------------------" +echo " files ready for upload" +echo "--------------------------------------------" +echo "" +echo "Uploading to server ..." # push all built stuff to the server scp -i ~/.ssh/id_rsa -r ./dist-zip/* "ultrawidify-uploader@${RELEASE_SERVER}:${RELEASE_DIRECTORY}${BUILD_CHANNEL_DIRECTORY}" @@ -75,7 +80,7 @@ scp -i ~/.ssh/id_rsa -r ./dist-zip/* "ultrawidify-uploader@${RELEASE_SERVER}:${R ###################################### # Build finished message ###################################### - +echo "" echo "--------------------------------------------" echo " BUILD FINISHED SUCCESSFULLY" echo "--------------------------------------------"