Kaynağa Gözat

Add deploy script

main
Adrian Short 5 yıl önce
ebeveyn
işleme
d9666f99bb
1 değiştirilmiş dosya ile 8 ekleme ve 0 silme
  1. +8
    -0
      bin/deploy

+ 8
- 0
bin/deploy Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet