Skip to content

Commit dd9d3d4

Browse files
committed
CI: re-adding previous targets
those targets did not work anyway since the directory they should be in did not exist
1 parent 523c25b commit dd9d3d4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ branches:
3030
- /^\d+.\d+.\d+$/
3131

3232
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+
#- provider: script
40+
# script: .travis/deploy.sh production
41+
# on:
42+
# tags: true
43+
# all_branches: true
3344
# playground
3445
- provider: opsworks
3546
app-id: dc20bc97-ea19-48d1-ae1f-fab9a3213828

0 commit comments

Comments
 (0)