Skip to content

Changed puma port

Changed puma port #16

name: Build & Deploy Backend
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: a7ul/[email protected]
with:
command: c
cwd: "./"
files: |
backend/
backend/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 }}'