Files
openid-server/.gitea/workflows/deploy.yml
Lucilio Correia b5b6eec70b
Some checks failed
Deploy to CapRover / build-and-deploy (push) Failing after 41s
fix: misnamed workflow directory
2026-03-08 23:21:47 -03:00

16 lines
387 B
YAML

name: Deploy to CapRover
on:
push:
branches: [ main ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Deploy to CapRover
uses: caprover/deploy-from-github@v1.0.1
with:
server: ${{ vars.CAPROVER_SERVER }}
app: ${{ vars.APP_NAME }}
token: ${{ secrets.CAPROVER_APP_TOKEN }}