Skip to content

Commit

Permalink
Agrego mas logging al script de deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
leandro-gomez committed Jan 23, 2018
1 parent 16c865e commit bcb1b85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/deploy/variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# pero usando otros prefijos (en testing es TESTING_* )

if [ "$ENVIRONMENT" == "testing" ]; then
echo "Ambiente $ENVIRONMENT"
# Las siguientes variables definen cuales variables buscar para desencriptar
# algunos valores de travis. Ver ./prepare.sh para mas info
export ssh_key_var_name="encrypted_27b45b79a046_key"
Expand All @@ -21,7 +22,7 @@ if [ "$ENVIRONMENT" == "testing" ]; then
export DEPLOY_ENVIRONMENT="$ENVIRONMENT"
export DEPLOY_REVISION="master"
elif [ "$ENVIRONMENT" == "staging" ]; then

echo "Ambiente $ENVIRONMENT"
export ssh_key_var_name="encrypted_27b45b79a046_key"
export ssh_iv_var_name="encrypted_27b45b79a046_iv"

Expand Down

0 comments on commit bcb1b85

Please sign in to comment.