Skip to content

Commit

Permalink
Move CNAME file
Browse files Browse the repository at this point in the history
  • Loading branch information
Snugug committed Apr 28, 2015
1 parent b9469c0 commit c894c37
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ set -e # exit with nonzero exit code if anything fails

if [ "$TRAVIS_BRANCH" = "master" ]
then
# Copy goodies from .www to www (build folder)
cp -r .www/ www/
# Copy CNAME from .www to www (build folder)
mv .www/CNAME www/CNAME

# Move to build folder and init it
cd www
git init
Expand Down

0 comments on commit c894c37

Please sign in to comment.