mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
added prod2 deploy workflow
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user