Skip to content

Commit

Permalink
Make build step copy KEYS file to the deploy directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Jul 12, 2011
1 parent fd0a70b commit 0f0ad08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ setup: hyde/requirements.txt
build:
rm -rf deploy
python hyde/hyde.py -g -s . -d deploy
mkdir deploy/other/
cp KEYS deploy/other/KEYS

run:
python hyde/hyde.py -w -s .
Expand Down

0 comments on commit 0f0ad08

Please sign in to comment.