Skip to content

Commit 3bdb0e9

Browse files
authored
Add prod deployment rule (#930)
* add prod deployment rule
1 parent 1f64121 commit 3bdb0e9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,15 @@ deploy:
329329
all_branches: true
330330
condition: $TRAVIS_BRANCH == cf-prod-* || $TRAVIS_BRANCH == ndt-prod-* || $TRAVIS_BRANCH == prod-*
331331

332+
#########################################
333+
- provider: script
334+
script:
335+
BIGQUERY_DATASET="tmp_ndt"
336+
$TRAVIS_BUILD_DIR/travis/kubectl.sh mlab-oti data-processing ./apply-cluster.sh
337+
on:
338+
repo: m-lab/etl
339+
all_branches: true
340+
condition: $TRAVIS_TAG == prod-* || $TRAVIS_BRANCH == u-prod-*
332341

333342
###################### SMALLER ETL SERVICES ###############################
334343
# Deploys smaller production services: PT, SS, DISCO

0 commit comments

Comments
 (0)