This website works better with JavaScript.
首頁
探索
說明
登入
adrian
/
kiosks
關註
1
收藏
0
複製
0
程式碼
問題管理
4
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Pull builder code before building
main
Adrian Short
6 年之前
父節點
ef4464d90b
當前提交
1933db87f1
共有
1 個文件被更改
,包括
9 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-0
bin/deploy
+ 9
- 0
bin/deploy
查看文件
@@ -1,8 +1,17 @@
#!/usr/bin/env sh
# Get the latest code
echo "Getting the latest code"
git pull origin master
echo "Downloading from Morph API"
bundle exec bin/download
echo "Building site"
bundle exec bin/petrify
cd _site
git commit -am "Update content"
echo "Pushing static site to git"
git push origin master
cd -
Write
Preview
Loading…
取消
儲存