Skip to content

Revert "Revert "Add deco-deploy github action"" #5

Revert "Revert "Add deco-deploy github action""

Revert "Revert "Add deco-deploy github action"" #5

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
pull_request:
branches: main
jobs:
deploy:
strategy:
matrix:
site:
[
"storefront",
"storefront-vnda",
"storefront-vtex",
"storefront-linx",
"store-shopify",
"storefront-wake",
]
name: Deploy
runs-on: ubuntu-latest
permissions:
id-token: write # Needed for auth with Deno Deploy
contents: read # Needed to clone the repository
steps:
- name: Clone repository
uses: actions/checkout@v3
- name: Deco Deploy
uses: deco-cx/deploy@v0
with:
site: ${{ matrix.site }}