Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

Commit

Permalink
build: echo progress
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Sep 9, 2021
1 parent 65620dd commit c322294
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .clevercloud/publish-frontend-to-cellar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ curl -O https://downloads.rclone.org/rclone-current-linux-amd64.zip
unzip rclone-current-linux-amd64.zip
cd rclone-*-linux-amd64

echo "Uploading site to bucket $CELLAR_BUCKET ..."

./rclone sync ../frontend/build mys3:$CELLAR_BUCKET --progress --s3-acl=public-read

echo "Done. Site should be available on https://$CELLAR_BUCKET.$CELLAR_ADDON_HOST now."
echo "Configured Origin: $ORIGIN"

0 comments on commit c322294

Please sign in to comment.