First search for your question or topic, or browse the discussions below
Unable to execute statement [UPDATE `spy_glossary_translation` SET `value`=:p1 WHERE `spy_glossary_translation`.`id_glossary_translation`=:p2] How can I add high-quality images to the Demo Page is there a solution to this error?
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.