Skip to content

Bump eslint from 8.29.0 to 8.39.0 in /website (#2837) #45

Bump eslint from 8.29.0 to 8.39.0 in /website (#2837)

Bump eslint from 8.29.0 to 8.39.0 in /website (#2837) #45

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