Skip to content

Can't figure out how YAML maps work #1777

Answered by verdverm
skorokithakis asked this question in General
Discussion options

You must be logged in to vote

You have a map of apps defined, however the following

environment?: {string: string}
replacements?: {string: string}

should be

environment: [string]: string
replacements: [string]: string

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@skorokithakis
Comment options

@skorokithakis
Comment options

@verdverm
Comment options

@skorokithakis
Comment options

Answer selected by skorokithakis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants