We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be8bf43 commit 573a663Copy full SHA for 573a663
.travis.yml
@@ -67,7 +67,21 @@ deploy:
67
68
#########################################
69
## Production
70
-# TODO: add deploy on tags.
+# TODO: enforce a format on the $TRAVIS_TAG name.
71
+- provider: script
72
+ script: $TRAVIS_BUILD_DIR/kubectl.sh mlab-oti prometheus-federation ./apply-global-prometheus.sh
73
+ skip_cleanup: true
74
+ on:
75
+ repo: m-lab/prometheus-support
76
+ tags: true
77
+
78
79
+ script: $TRAVIS_BUILD_DIR/kubectl.sh mlab-oti scraper-cluster ./apply-cluster.sh
80
81
82
83
84
85
86
before_install:
87
- travis/decrypt.sh "$encrypted_1c8dd3704323_key" "$encrypted_1c8dd3704323_iv"
0 commit comments