github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/testdata/matrix/matrix.yaml (about) 1 deploystacks: 2 stage: deploy 3 script: 4 - echo $PROVIDER/$STACK 5 - bin/deploy 6 parallel: 7 matrix: 8 - PROVIDER: aws 9 STACK: 10 - monitoring 11 - app1 12 - app2 13 - PROVIDER: ovh 14 STACK: [monitoring, backup, app] 15 - PROVIDER: [gcp, vultr] 16 STACK: [data, processing] 17 environment: $PROVIDER/$STACK