Skip to content

Create deploy-tenant.yaml #2

Create deploy-tenant.yaml

Create deploy-tenant.yaml #2

name: Multi-Tenant Deploy with Approvals
on:
push:
branches:
- feature/TUK-128 # trigger on main branch push
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
env: [ytswealth, freshco]
environment:
name: ${{ matrix.env }}
# url: https://example.com/${{ matrix.env }}
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Show deploy info
run: echo "Preparing deployment to ${{ matrix.env }}"