chore: use SDC_KEY_ID to create triton profile

This commit is contained in:
Sérgio Ramos 2017-05-31 10:17:09 +01:00
parent 20251ae0d0
commit 31d34c412b
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ dependencies:
- sudo chmod +x /usr/local/bin/docker-compose
# install and setup triton
- yarn global add triton@4.15.0 || cat /home/ubuntu/.yarn-config/global/yarn-error.log
- echo '{"url":"https://eu-ams-1.api.joyent.com", "account":"'$SDC_ACCOUNT'", "keyId":"$SDC_KEY_ID", "name":"eu-ams-1", "curr":true}' | triton profile create -f -
- echo '{"url":"https://eu-ams-1.api.joyent.com", "account":"'$SDC_ACCOUNT'", "keyId":"'$SDC_KEY_ID'", "name":"eu-ams-1", "curr":true}' | triton profile create -f -
- triton env --docker eu-ams-1
override:
# add rethinkdb sources