Kaynağa Gözat

Add deploy script

tags/v2.0.0
Adrian Short 6 yıl önce
ebeveyn
işleme
ffa98518e6
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. +7
    -0
      bin/deploy

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

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

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

Yükleniyor…
İptal
Kaydet