drevops / vortex

🌀 Drupal project template
https://vortex.drevops.com
GNU General Public License v3.0
82 stars 18 forks source link

Unable to deploy to lagoon due to false-positive docker-compose.yml validation #1084

Open AlexSkrypnyk opened 10 months ago

AlexSkrypnyk commented 10 months ago

Fails on

DREVOPS_LOCALDEV_URL: &default-url ${DREVOPS_LOCALDEV_URL:-${COMPOSE_PROJECT_NAME:-example-site}.docker.amazee.io}

https://github.com/uselagoon/build-deploy-tool/issues/252

Temp workaround: Replace with

DREVOPS_LOCALDEV_URL: &default-url ${COMPOSE_PROJECT_NAME:-example-site}.docker.amazee.io
AlexSkrypnyk commented 8 months ago

While we are blocked on the upstream, in order to unblock the users, the false-positive breaking code was removed in https://github.com/drevops/drevops/pull/1150

This PR would need to be reverted once this issue is resolved upstream.