Skip to content

Commit

Permalink
Merge branch 'main' of github.com:deco-sites/lojaintegradar
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Henrique Gonzaga committed Sep 19, 2024
2 parents b17a022 + eb7e589 commit de3bd42
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/deco-deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

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 de3bd42

Please sign in to comment.