File tree Expand file tree Collapse file tree 2 files changed +23
-23
lines changed Expand file tree Collapse file tree 2 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -47,31 +47,26 @@ notifications:
47
47
jobs :
48
48
include :
49
49
- stage : deploy
50
- script : grunt package && grunt compress:uploadBuild
50
+ script : grunt package && grunt compress:uploadBuild && echo $TRAVIS_BRANCH && echo $TRAVIS_TAG
51
51
before_script : skip
52
- after_script : echo "after script"
53
- # keep the process alive until the deploy is completed
54
- before_deploy : |
55
- function keep_alive() {
56
- while true; do
57
- echo -en "\a"
58
- sleep 5
59
- done
60
- }
61
- keep_alive &
62
- after_deploy : echo "after deploy"
63
52
env :
64
53
- JOB=deploy
65
54
deploy :
66
- provider : gcs
67
- access_key_id : GOOGLDB7W2J3LFHICF3R
68
- secret_access_key :
69
- secure : tHIFdSq55qkyZf9zT/3+VkhUrTvOTMuswxXU3KyWaBrSieZqG0UnUDyNm+n3lSfX95zEl/+rJAWbfvhVSxZi13ndOtvRF+MdI1cvow2JynP0aDSiPffEvVrZOmihD6mt2SlMfhskr5FTduQ69kZG6DfLcve1PPDaIwnbOv3phb8=
70
- bucket : ng-i-1121e.appspot.com
71
- local-dir : upload
72
- skip_cleanup : true
73
- detect_encoding : true # detects gzip compression and sets the correct metadata in gcs
74
- on :
75
- repo : angular/angular.js
76
- condition : " $TRAVIS_TAG != false || ($TRAVIS_PR = false && $TRAVIS_BRANCH = 'master') || $TRAVIS_BRANCH = 'chore-firebase'"
55
+ - provider : gcs
56
+ access_key_id : GOOGLDB7W2J3LFHICF3R
57
+ secret_access_key :
58
+ secure : tHIFdSq55qkyZf9zT/3+VkhUrTvOTMuswxXU3KyWaBrSieZqG0UnUDyNm+n3lSfX95zEl/+rJAWbfvhVSxZi13ndOtvRF+MdI1cvow2JynP0aDSiPffEvVrZOmihD6mt2SlMfhskr5FTduQ69kZG6DfLcve1PPDaIwnbOv3phb8=
59
+ bucket : ng-i-1121e.appspot.com
60
+ local-dir : upload
61
+ skip_cleanup : true
62
+ detect_encoding : true # detects gzip compression and sets the correct metadata in gcs
63
+ on :
64
+ repo : angular/angular.js
65
+ - provider : firebase
66
+ skip_cleanup : true
67
+ project : google.com:angular-sites
68
+ token :
69
+ secure : tHIFdSq55qkyZf9zT/3+VkhUrTvOTMuswxXU3KyWaBrSieZqG0UnUDyNm+n3lSfX95zEl/+rJAWbfvhVSxZi13ndOtvRF+MdI1cvow2JynP0aDSiPffEvVrZOmihD6mt2SlMfhskr5FTduQ69kZG6DfLcve1PPDaIwnbOv3phb8=
70
+ on :
71
+ repo : angular/angular.js
77
72
Original file line number Diff line number Diff line change
1
+ {
2
+ "hosting" : {
3
+ "public" : " build/docs"
4
+ }
5
+ }
You can’t perform that action at this time.
0 commit comments