glen
10/30/2017, 11:21 AMgraphcool deploy
or a shells script per environment e.g ./deploy-prd.sh
florian
10/30/2017, 11:31 AMgc deploy
florian
10/30/2017, 11:33 AMPieter
10/30/2017, 12:28 PMglen
10/30/2017, 12:35 PMflorian
10/30/2017, 12:47 PMenv/
βββ .envrc.dev #.gitignored
βββ .envrc.dev.secret
βββ .envrc.prod #.gitignored
βββ .envrc.prod.secret
βββ .envrc.staging #.gitignored
βββ .envrc.staging.secret
Only the .secret files are commited (others are ignored). The secret files are encoded with gnupg which allows acl to each files (All developers have access to the dev file, only the Lead dev and I have access to the staging and prod ones)glen
10/30/2017, 1:01 PMmwickett
10/30/2017, 1:30 PMnilan
11/01/2017, 4:35 PMglen
11/02/2017, 1:05 PM