Explorar el Código

Add deploy script

tags/v2.0.0
Adrian Short hace 6 años
padre
commit
ffa98518e6
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +7
    -0
      bin/deploy

+ 7
- 0
bin/deploy Ver fichero

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

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

Cargando…
Cancelar
Guardar