sparse-intern-71089
01/29/2020, 5:04 PMmany-lock-25065
01/29/2020, 5:59 PMthankful-optician-22583
01/29/2020, 6:07 PMgreen-school-95910
01/29/2020, 11:57 PMthankful-optician-22583
01/30/2020, 6:17 PMthankful-optician-22583
01/30/2020, 6:17 PMexport const appTag ='your image tag';
before I run pulumi update, I query the output file like this
export PREV_APP_TAG=$(pulumi stack output -j | jq '.appTag')
And then if my update fails, i set this
pulumi config set app:tag $PREV_APP_TAG
and then run a pulumi update again.