Skip to content

RyanSept/pycon-weather-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upload secret configs to S3 bucket for use by $ aws s3 cp env.json s3://weather-api-bucket

Set env.json configs to env vars eval "$(jq -r '. | to_entries | .[] | "export " + .key + "=\"" + .value + "\""' env.json)"