First search for your question or topic, or browse the discussions below
Hi! Is it possible to deploy multiple "regions" (defined in the same deploy file) to the same AWS account? I am wondering about this, because you can do that for your local development environment, but does not mention this option. Is this be possible with the Dynamic Multi-store feature, or do we have to use separate AWS…
I am using deploy.staging.yml x-frontend-auth: &frontend-auth <<: *real-ip auth: engine: basic users: - username: cloud password: cloud And I want to pass password but defined in AWS environment variables so it is not pushed to git. Is there a way how can I do it? I tried by using ${SOME_ENV_VARIABLE} but it didn't work.