ソースを参照

Add deploy script

tags/v2.0.0
Adrian Short 5年前
コミット
ffa98518e6
1個のファイルの変更7行の追加0行の削除
  1. +7
    -0
      bin/deploy

+ 7
- 0
bin/deploy ファイルの表示

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

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

読み込み中…
キャンセル
保存