fix(gws.fyi): Explicitly specify personal profile to AWS
Explicitly pass --profile personal to AWS commands, to avoid deploying this to the wrong aws account on accident Change-Id: Iff8236967adcfdedfbace8930031db9adf60e3d1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2699 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
70a8c44a07
commit
3678a33327
2 changed files with 3 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ renew:
|
|||
--config-dir $(shell pwd)/letsencrypt/config
|
||||
@echo "Reimporting certificate"
|
||||
@aws acm import-certificate \
|
||||
--profile personal \
|
||||
--certificate file://letsencrypt/config/live/www.gws.fyi/cert.pem \
|
||||
--certificate-chain file://letsencrypt/config/live/www.gws.fyi/fullchain.pem \
|
||||
--private-key file://letsencrypt/config/live/www.gws.fyi/privkey.pem \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue