Explorar el Código

Add deploy script

main
Adrian Short hace 5 años
padre
commit
d9666f99bb
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      bin/deploy

+ 8
- 0
bin/deploy Ver fichero

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

Cargando…
Cancelar
Guardar