Skip to content

Commit

Permalink
Add sites from env var
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Oct 24, 2023
1 parent 6cdd3dd commit 5fa3ded
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/deco-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,11 @@ on:

jobs:
deploy:
env:
SITES: ${{ vars.SITES || github.event.repository.name }}
strategy:
matrix:
site:
[
"storefront",
"storefront-vnda",
"storefront-vtex",
"storefront-linx",
"store-shopify",
"storefront-wake",
]
site: [${{ env.SITES }}]
name: Deploy
runs-on: ubuntu-latest

Expand Down

0 comments on commit 5fa3ded

Please sign in to comment.