directus oidc

This commit is contained in:
2026-03-08 23:04:56 -03:00
commit 09eab1c8bd
5 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
name: Deploy to CapRover
on:
push:
branches: [ main ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest # ou o label do seu runner
steps:
- uses: actions/checkout@v3
- name: Deploy to CapRover
uses: caprover/deploy-from-github@v1.0.1
with:
server: ${{ secrets.CAPROVER_SERVER }}
app: 'meu-directus'
token: ${{ secrets.CAPROVER_APP_TOKEN }}