Skip to content

Commit

Permalink
fix: Fix YAML syntax 9b02a9
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jan 25, 2025
1 parent a1f773c commit c64807c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pillar/cove.sls
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ docker_apps:
target: cove-ocds
site: cove-ocds
image: cove-ocds
volumes:
<<: *volumes
volumes: *volumes
env:
<<: *env
ALLOWED_HOSTS: review.standard.open-contracting.org
Expand All @@ -60,8 +59,7 @@ docker_apps:
target: cove-oc4ids
site: cove-oc4ids
image: cove-oc4ids
volumes:
<<: *volumes
volumes: *volumes
env:
<<: *env
ALLOWED_HOSTS: review-oc4ids.standard.open-contracting.org
Expand Down

0 comments on commit c64807c

Please sign in to comment.