Skip to content

Commit

Permalink
copy static assets to static directory in S3 for readme.drone.io
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrydzewski committed Oct 7, 2015
1 parent 7ed0b39 commit cd86948
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ vendor:

docs:
mkdir -p /drone/tmp/docs
mkdir -p /drone/tmp/static
cp -a static/docs_gen/* /drone/tmp/docs/
cp -a static/scripts_gen /drone/tmp/
cp -a static/styles_gen /drone/tmp/
cp -a static/images /drone/tmp/
cp -a static/scripts_gen /drone/tmp/static/
cp -a static/styles_gen /drone/tmp/static/
cp -a static/images /drone/tmp/static/

0 comments on commit cd86948

Please sign in to comment.