Parcourir la source

Add deploy script

main
Adrian Short il y a 5 ans
Parent
révision
d9666f99bb
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. +8
    -0
      bin/deploy

+ 8
- 0
bin/deploy Voir le fichier

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

Chargement…
Annuler
Enregistrer