From 3117f565c1384a5988aa3a5d840b6acb0f3afbbe Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 26 May 2017 00:32:19 -0700 Subject: [PATCH] ci(aio): switch over to shared account for deployment to staging and production --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8f5577faa9..1268f56c84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,9 +34,9 @@ env: # This is needed for the e2e Travis matrix task to publish packages to github for continuous packages delivery. - secure: "aCdHveZuY8AT4Jr1JoJB4LxZsnGWRe/KseZh1YXYe5UtufFCtTVHvUcLn0j2aLBF0KpdyS+hWf0i4np9jthKu2xPKriefoPgCMpisYeC0MFkwbmv+XlgkUbgkgVZMGiVyX7DCYXVahxIoOUjVMEDCbNiHTIrfEuyq24U3ok2tHc=" # FIREBASE_TOKEN - # This is needed for publishing builds to the "aio-staging" firebase site. - # TODO(i): the token was generated using the iminar@google account, we should switch to a shared/role-base account. - - secure: "MPx3UM77o5IlhT75PKHL0FXoB5tSXDc3vnCXCd1sRy4XUTZ9vjcV6nNuyqEf+SOw659bGbC1FI4mACGx1Q+z7MQDR85b1mcA9uSgHDkh+IR82CnCVdaX9d1RXafdJIArahxfmorbiiPPLyPIKggo7ituRm+2c+iraoCkE/pXxYg=" + # This is needed for publishing builds to the "aio-staging" and "angular-io" firebase projects. + # This token was generated using the aio-deploy@angular.io account using `firebase login:ci` and password from valentine + - secure: "L5CyQmpwWtoR4Qi4xlWQh/cL1M6ZeJL4W4QAr4HdKFMgYt9h+Whqkymyh2NxwmCbPvWa7yUd+OiLQUDCY7L2VIg16hTwoe2CgYDyQA0BEwLzxtRrJXl93TfwMlrUx5JSIzAccD6D4sjtz8kSFMomK2Nls33xOXOukwyhVMjd0Cg=" matrix: # Order: a slower build first, so that we don't occupy an idle travis worker waiting for others to complete. - CI_MODE=e2e