Skip to content

Bump next from 13.4.2 to 13.4.8 in /website (#3541) #106

Bump next from 13.4.2 to 13.4.8 in /website (#3541)

Bump next from 13.4.2 to 13.4.8 in /website (#3541) #106

name: Deploy to prod
on:
push:
branches:
- production
jobs:
deploy-to-prod:
uses: ./.github/workflows/deploy-to-node.yaml
secrets: inherit
with:
stack-name: production
image-tag: ${{ vars.PROD_IMAGE_TAG }}
backend-port: 8280
website-port: 3200
inference-server-port: 8285