Skip to content

Commit

Permalink
Revert "Revert "Add deco-deploy github action (#47)" (#48)"
Browse files Browse the repository at this point in the history
This reverts commit b4c4c64.
  • Loading branch information
mcandeia committed Oct 24, 2023
1 parent a051d17 commit ba2c9fd
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/deco-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ on:

jobs:
deploy:
<<<<<<< HEAD
=======
strategy:
matrix:
site:
[
"storefront",
"storefront-vnda",
"storefront-vtex",
"storefront-linx",
"store-shopify",
"storefront-wake",
]
>>>>>>> d55ace1 (Revert "Revert "Add deco-deploy github action (#47)" (#48)")
name: Deploy
runs-on: ubuntu-latest

Expand All @@ -20,3 +34,8 @@ jobs:

- name: Deco Deploy
uses: deco-cx/deploy@v0
<<<<<<< HEAD
=======
with:
site: ${{ matrix.site }}
>>>>>>> d55ace1 (Revert "Revert "Add deco-deploy github action (#47)" (#48)")
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"$store/": "./",
"deco/": "https://denopkg.com/deco-cx/[email protected]/",
"apps/": "https://denopkg.com/deco-cx/[email protected]/",
"$fresh/": "https://denopkg.com/deco-cx/fresh@1.4.4/",
"$fresh/": "https://deno.land/x/fresh@1.5.2/",
"preact": "https://esm.sh/[email protected]",
"preact/": "https://esm.sh/[email protected]/",
"preact-render-to-string": "https://esm.sh/*[email protected]",
Expand Down

0 comments on commit ba2c9fd

Please sign in to comment.