hey folks! I’m trying to deploy my app using assum...
# help
o
hey folks! I’m trying to deploy my app using assumed role (added few steps in
seed.yml
) • I used
aws sts assume-role
command and successfully assumed the role • I then exported new aws credentials to the shell • and I can see that the role was assumed properly • problem: I suppose my tweaked environment is not respected in the subsequent shell (just as this docu says) where the actual deployment… is there a way to overcome this?
@Frank
f
Hey @Oleg Soroka, try using the
BASH_ENV
trick to preserve the environment variables across commands https://seed.run/docs/adding-a-build-spec#custom-build-environment-variables
o
ah amazing, will try right away 🙏
it just worked, great, thank you Frank!