Commit ca7e1a28ff400d22b100ea08cd071d1b4f8ee2b3
1 parent
c5393af6
Exists in
production
adicionado script de deploy e gems vendorizadas
Showing
165 changed files
with
32 additions
and
0 deletions
Show diff stats
Too many changes.
To preserve performance only 100 of 165 files displayed.
... | ... | @@ -0,0 +1,32 @@ |
1 | +#!/bin/bash | |
2 | +ERRBIT_PROJECT_PATH=$HOME/git/projetos/rails/errbit | |
3 | +ERRBIT_DEPLOY_PATH=$HOME/git/projetos/rails/errbit_deploy | |
4 | +ERRBIT_DEPLOY_APP_PATH=$ERRBIT_DEPLOY_PATH/errbit | |
5 | + | |
6 | +cd $ERRBIT_PROJECT_PATH | |
7 | + | |
8 | + | |
9 | +# As dependências devem ter sido instaladas, vendorizdas e comitadas | |
10 | + | |
11 | +# bundle install | |
12 | + | |
13 | +# bundle package --all | |
14 | + | |
15 | + | |
16 | +# Pega a commit mais recente | |
17 | + | |
18 | +REV=$(git --git-dir=$ERRBIT_PROJECT_PATH/.git rev-parse HEAD) | |
19 | + | |
20 | +# exporta os arquivos do index (incluindo submodulos para a pasta de deploy | |
21 | + | |
22 | +git checkout-index -a -f --prefix=$ERRBIT_DEPLOY_APP_PATH/ | |
23 | + | |
24 | + | |
25 | +# navega para a pasta com a copia da app em ERRBIT_DEPLOY_PATH | |
26 | +cd $ERRBIT_DEPLOY_APP_PATH | |
27 | + | |
28 | + | |
29 | +# compacta o arquivo de deploy | |
30 | +tar -czvf ../errbit-REV.tar.gz * | |
31 | + | |
32 | + | ... | ... |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type