Skip to content

Commit

Permalink
Agrego deployment a staging
Browse files Browse the repository at this point in the history
  • Loading branch information
leandro-gomez committed Jun 19, 2018
1 parent f164fb4 commit f3d038d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ deploy:
script: scripts/deploy/run_deploy.sh testing
on:
branch: master
- skip_cleanup: true
provider: script
script: scripts/deploy/run_deploy.sh staging
on:
tags: true
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ django-filter==1.1.0
requests==2.7.0
django-axes==4.1.0
git+https://github.com/devartis/django-admin-honeypot.git#egg=django-admin-honeypot
git+https://github.com/devartis/python-kong-client@cbdc74dd66adf4a29ee1a9563ac5f69abe121ce4#egg=python-kong-client
git+https://github.com/devartis/python-kong-client@cbdc74dd66adf4a29ee1a9563ac5f69abe121ce4#egg=python-kong-client
Binary file modified scripts/deploy/files.tar.gz.enc
Binary file not shown.
4 changes: 2 additions & 2 deletions scripts/deploy/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -e;
# Nota: Las variables no definidas aqui deben ser seteadas en ./variables.sh
# si tenes dudas sobre la sintaxis ${!variable}, mira https://stackoverflow.com/a/1921337/2355756

export files_key_var_name="encrypted_86b4720bc6b5_key"
export files_iv_var_name="encrypted_86b4720bc6b5_iv"
export files_key_var_name="encrypted_fcb9aef6c01d_key"
export files_iv_var_name="encrypted_fcb9aef6c01d_iv"

deploy_files="scripts/deploy"
files_tar="$deploy_files/files.tar.gz"
Expand Down

0 comments on commit f3d038d

Please sign in to comment.