Browse Source

Add deploy script

main
Adrian Short 5 years ago
parent
commit
d9666f99bb
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      bin/deploy

+ 8
- 0
bin/deploy View File

@@ -0,0 +1,8 @@
#!/usr/bin/env sh

bundle exec bin/download
bundle exec bin/petrify
cd _site
git commit -am "Update content"
git push origin master
cd -

Loading…
Cancel
Save