We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523c25b commit dd9d3d4Copy full SHA for dd9d3d4
.travis.yml
@@ -30,6 +30,17 @@ branches:
30
- /^\d+.\d+.\d+$/
31
32
deploy:
33
+# deploy new pushes to branch master to the staging environment
34
+#- provider: script
35
+# script: .travis/deploy.sh staging
36
+# on:
37
+# branch: master
38
+# deploy new tagged branches to production
39
40
+# script: .travis/deploy.sh production
41
42
+# tags: true
43
+# all_branches: true
44
# playground
45
- provider: opsworks
46
app-id: dc20bc97-ea19-48d1-ae1f-fab9a3213828
0 commit comments