Logging changes for build and deploy

This commit is contained in:
Tamius Han 2020-01-20 20:06:36 +01:00
parent 9234b86e46
commit 5372acdf07

View File

@ -67,6 +67,11 @@ node scripts/build-zip.js chrome nightly
# UPLOAD TO WEB SERVER # UPLOAD TO WEB SERVER
###################################### ######################################
echo "--------------------------------------------"
echo " files ready for upload"
echo "--------------------------------------------"
echo ""
echo "Uploading to server ..."
# push all built stuff to the 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}" 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 # Build finished message
###################################### ######################################
echo ""
echo "--------------------------------------------" echo "--------------------------------------------"
echo " BUILD FINISHED SUCCESSFULLY" echo " BUILD FINISHED SUCCESSFULLY"
echo "--------------------------------------------" echo "--------------------------------------------"