Skip to content

Commit

Permalink
+ Add CNAME file
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Nov 29, 2012
1 parent 3b66dbe commit 853a306
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion publish
Expand Up @@ -15,14 +15,15 @@ git checkout master -- web/build # checkout just the web/build folder from m
cp -r web/build/* . # TODO Make elegant
git add . # commit the changes
git commit -m "Picky website update" # commit the changes
git push -f origin gh-pages #
git push -f origin gh-pages #
git checkout master # go back to the master branch

# New picky page.
#
cd ../pickyrb.com
cp -r ../picky/web/build/* .
git checkout master
echo 'pickyrb.com' > CNAME # Add CNAME file.
git add .
git commit -m "Picky website update"
git push origin master
Expand Down

0 comments on commit 853a306

Please sign in to comment.