-
Notifications
You must be signed in to change notification settings - Fork 0
Setup Travis CI
Oleksandra Kalinina edited this page Sep 24, 2019
·
2 revisions
EXTERNAL_PORT
ID_PROJECT # don't show
MODE_ENV # dont' show
NODE_ENV # dont' show
PORT
RELEASE # dont' show
TIMESTAMP
ZONE
For deploying dev env, dev instances with TIMESTAMP should exist
gcloud iam service-accounts keys create ../dev-ds-key.json --iam-account [email protected]
gcloud iam service-accounts keys create ../release-ds-key.json --iam-account [email protected]
base64 ../release-ds-key.json > ../release-ds-key.txt
base64 ../dev-ds-key.json > ../dev-ds-key.txt
replace all \n to nothing paste into the environment variables to Travis CI
GCLOUD_SERVICE_KEY # dev-ds-key.txt - don't show
GCLOUD_SERVICE_KEY_RELEASE_DS # release-ds-key.txt - dont' show