Skip to content

Commit

Permalink
Create deco-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcandeia authored Oct 24, 2023
1 parent 10cf599 commit a051d17
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/deco-deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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

0 comments on commit a051d17

Please sign in to comment.