Browse Source

Add untracked files

tags/v2.0.0
Adrian Short 6 years ago
parent
commit
74e3b699e6
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      bin/deploy

+ 1
- 0
bin/deploy View File

@@ -2,6 +2,7 @@

bundle exec bin/build
cd _site
git add .
git commit -am "Update content"
git push origin master
cd -

Loading…
Cancel
Save