Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
adrian
/
kiosks
Segui
1
Vota
0
Forka
0
Codice
Problemi
4
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Pull builder code before building
main
Adrian Short
6 anni fa
parent
ef4464d90b
commit
1933db87f1
1 ha cambiato i file
con
9 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+9
-0
bin/deploy
+ 9
- 0
bin/deploy
Vedi File
@@ -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 -
Scrivi
Anteprima
Caricamento…
Annulla
Salva