File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,18 @@ deploy:
102102 tag : true
103103 condition : $TRAVIS_TAG == ndt-staging-*
104104
105+ # PROD: Should be used AFTER code review and commit to master branch. Triggers
106+ # when *ANY* branch is tagged with ndt-prod-*'
107+ - provider : script
108+ script : $TRAVIS_BUILD_DIR/travis/deploy_app.sh mlab-oti
109+ /tmp/mlab-oti.json $TRAVIS_BUILD_DIR/cmd/etl_worker app-ndt-prod.yaml
110+ skip_cleanup : true
111+ on :
112+ repo : m-lab/etl
113+ all_branches : true
114+ tag : true
115+ condition : $TRAVIS_TAG == ndt-prod-*
116+
105117# #####################################################################
106118# # Service: etl-sidestream-parser -- AppEngine Flexible Environment.
107119# SANDBOX: before code review for development code in a specific branch.
You can’t perform that action at this time.
0 commit comments