ソースを参照

Add deploy script

main
Adrian Short 5年前
コミット
d9666f99bb
1個のファイルの変更8行の追加0行の削除
  1. +8
    -0
      bin/deploy

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

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

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