added production workflow

This commit is contained in:
Yannic Kilcher
2023-01-16 00:23:59 +01:00
parent 0efade980d
commit 51409281e2
+16
View File
@@ -0,0 +1,16 @@
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