mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 07:10:05 +02:00
chore: use SDC_KEY_ID to create triton profile
This commit is contained in:
parent
20251ae0d0
commit
31d34c412b
@ -16,7 +16,7 @@ dependencies:
|
|||||||
- sudo chmod +x /usr/local/bin/docker-compose
|
- sudo chmod +x /usr/local/bin/docker-compose
|
||||||
# install and setup triton
|
# install and setup triton
|
||||||
- yarn global add triton@4.15.0 || cat /home/ubuntu/.yarn-config/global/yarn-error.log
|
- 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
|
- triton env --docker eu-ams-1
|
||||||
override:
|
override:
|
||||||
# add rethinkdb sources
|
# add rethinkdb sources
|
||||||
|
Loading…
Reference in New Issue
Block a user