瀏覽代碼

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 -

Loading…
取消
儲存