directus oidc
This commit is contained in:
16
.gitea/workflow/deploy.yml
Normal file
16
.gitea/workflow/deploy.yml
Normal 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 }}
|
||||
Reference in New Issue
Block a user