First search for your question or topic, or browse the discussions below
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.