Ver código fonte

Add deploy script

tags/v2.0.0
Adrian Short 6 anos atrás
pai
commit
ffa98518e6
1 arquivos alterados com 7 adições e 0 exclusões
  1. +7
    -0
      bin/deploy

+ 7
- 0
bin/deploy Ver arquivo

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

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

Carregando…
Cancelar
Salvar