Skip to content

Bump grape-swagger from 2.1.0 to 2.1.1 (#13) #15

Bump grape-swagger from 2.1.0 to 2.1.1 (#13)

Bump grape-swagger from 2.1.0 to 2.1.1 (#13) #15

name: Build and Deploy Production
on:
push:
branches:
- main
jobs:
deploy-backend:
name: Build and Deploy Backend to Caprover
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- uses: a7ul/[email protected]
with:
command: c
cwd: "./"
files: |
./
captain-definition
outPath: deploy.tar
- uses: caprover/deploy-from-github@main
with:
server: '${{ secrets.CAPROVER_SERVER_BACKEND }}'
app: '${{ secrets.APP_NAME_BACKEND }}'
token: '${{ secrets.APP_TOKEN_BACKEND }}'