fix: misnamed workflow directory
Some checks failed
Deploy to CapRover / build-and-deploy (push) Failing after 41s

This commit is contained in:
2026-03-08 23:21:47 -03:00
parent b755efc177
commit b5b6eec70b

View File

@@ -0,0 +1,16 @@
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 }}