Skip to content

Infra/fix cicd (#745) #50

Infra/fix cicd (#745)

Infra/fix cicd (#745) #50

Workflow file for this run

name: Deploy to Staging
concurrency: staging
on:
push:
branches: [master, gql]
jobs:
build-push:
name: Build and Push Images and Charts
uses: ./.github/workflows/cd.yaml
with:
image_tag: latest
chart_ver: 0.1.0-stage
secrets: inherit
deploy:
name: SSH and Deploy
needs: [build-push]
uses: ./.github/workflows/deploy.yaml
with:
environment: staging
name: bt-stage-app
version: 0.1.0-stage
values: |
env: stage
frontend:
image:
tag: latest
backend:
image:
tag: latest
host: staging.stanfurdtime.com
mongoUri: mongodb://bt-stage-mongo-mongodb.bt.svc.cluster.local:27017/bt
redisUri: redis://bt-stage-redis-master.bt.svc.cluster.local:6379
secrets: inherit