Skip to content

Publish 1 from staging into origin/main #7

Publish 1 from staging into origin/main

Publish 1 from staging into origin/main #7

Workflow file for this run

name: Deploy
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
deploy:
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