Skip to content

Commit

Permalink
Another try to get deployment right
Browse files Browse the repository at this point in the history
  • Loading branch information
marcojakob committed Mar 9, 2015
1 parent d2355bf commit 4f5fdc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tool/drone_io.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ pub build ${build_folder}
cd example/shadow-dom
pub build
cd ../..
rm -rf build/example/shadow-dom
rm -rf build/example/shadow-dom/web/
mkdir -p build/example/shadow-dom/web/
mv example/shadow-dom/build/* build/example/shadow-dom/web/


Expand Down

0 comments on commit 4f5fdc6

Please sign in to comment.