Correciones para deteccion de anuncios dados de baja.
Mejoras en script de deployment.
This commit is contained in:
parent
ee8df1b635
commit
df07497125
7 changed files with 285 additions and 224 deletions
|
|
@ -6,10 +6,11 @@ set -x
|
|||
echo "export DROGON_ENV=tst" | tee -a /etc/profile.d/drogon_variables.sh
|
||||
echo "export DB_SERVICE_NAME=tst_drogon_db" | tee -a /etc/profile.d/drogon_variables.sh
|
||||
echo "export NETWORK_NAME=tst_drogon_network" | tee -a /etc/profile.d/drogon_variables.sh
|
||||
echo "export GIT_BRANCH=testing" | tee -a /etc/profile.d/drogon_variables.sh
|
||||
DROGON_ENV=tst
|
||||
DB_SERVICE_NAME=tst_drogon_db
|
||||
NETWORK_NAME=tst_drogon_network
|
||||
|
||||
GIT_BRANCH=testing
|
||||
|
||||
###############################################################
|
||||
################# INSTALACION DE HERRAMIENTAS #################
|
||||
|
|
@ -43,7 +44,7 @@ fi
|
|||
# Hacer clone desde remote
|
||||
git clone git@gitlab.com:pablomartincalvo/Drogon.git /opt/Drogon
|
||||
cd /opt/Drogon
|
||||
git checkout testing
|
||||
git checkout ${GIT_BRANCH}
|
||||
|
||||
|
||||
################# DB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue