Ver código fonte

Add deploy script

main
Adrian Short 5 anos atrás
pai
commit
d9666f99bb
1 arquivos alterados com 8 adições e 0 exclusões
  1. +8
    -0
      bin/deploy

+ 8
- 0
bin/deploy Ver arquivo

@@ -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 -

Carregando…
Cancelar
Salvar