Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
adrianshort
/
suttonelections
espelho de
https://github.com/adrianshort/suttonelections.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
2
Wiki
Trabalho
Ver a proveniência
Add deploy script
tags/v2.0.0
Adrian Short
há 6 anos
ascendente
91f8bf9e36
cometimento
ffa98518e6
1 ficheiros alterados
com
7 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+7
-0
bin/deploy
+ 7
- 0
bin/deploy
Ver ficheiro
@@ -0,0 +1,7 @@
#!/usr/bin/env sh
bundle exec bin/build
cd _site
git commit -am "Update content"
git push origin master
cd -
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar