Commit 7da5552e authored by Sigurd Schneider's avatar Sigurd Schneider Committed by Commit Bot

[turbolizer] Update deploy script

after previous change, which moved icons to .png format and
to subdirectory img/.

Bug: v8:7327
Notry: true
Change-Id: Iebbbe175cc65ed1f2e505084344a2b55864732e7
Reviewed-on: https://chromium-review.googlesource.com/c/1494009
Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59940}
parent 65bc5513
...@@ -13,12 +13,12 @@ function copy() { ...@@ -13,12 +13,12 @@ function copy() {
} }
echo -n "Deploying..." echo -n "Deploying..."
copy *.jpg $DEST/
copy *.png $DEST/ copy *.png $DEST/
copy *.css $DEST/ copy *.css $DEST/
copy index.html $DEST/ copy index.html $DEST/
copy info-view.html $DEST/ copy info-view.html $DEST/
copy -R build $DEST/ copy -R build $DEST/
copy -R img $DEST/
echo "done!" echo "done!"
echo "Deployed to $DEST/." echo "Deployed to $DEST/."
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment