This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
adrian
/
kiosks
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
4
Захтеви за спајање
0
Издања
0
Вики
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…
Откажи
Сачувај