Last active
December 5, 2020 14:50
-
-
Save adikari/c9adc01dc3009d24eee8a5425f188bec to your computer and use it in GitHub Desktop.
buildkite stack config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BuildkiteAgentToken=$BUILDKITE_AGENT_TOKEN | |
SecretsBucket=buildkite-secrets-adikari | |
InstanceType=t2.micro | |
MinSize=0 | |
MaxSize=3 | |
ScaleUpAdjustment=2 | |
ScaleDownAdjustment=-1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment