How to export env variables in circleci? (You wont find this in circleci documentation)
jobs:
job-name:
executor:
name: python/default
tag: '3.9'
steps:
- checkout
- run:
name: source bash env
command: |
echo 'export TF_VAR_ENVIRONMENT="${ENVIRONMENT}"' >> $BASH_ENV
source $BASH_ENVWritten by - Dishant Sethi
Tags
Enjoyed the blog? If so, you'll appreciate collaborating with the minds behind it as well.
PreviousThings to remember before building your first blue/green deployment in KubernetesNextHost your static website with s3, CloudFront, Route53, and domain from godaddy in 4 easy steps
Last updated