Ver a proveniência

Add deploy script

main
Adrian Short há 5 anos
ascendente
cometimento
d9666f99bb
1 ficheiros alterados com 8 adições e 0 eliminações
  1. +8
    -0
      bin/deploy

+ 8
- 0
bin/deploy Ver ficheiro

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