Skip to content

Continuous deployment of fix_continuous_deployment to QA and Test #98

Continuous deployment of fix_continuous_deployment to QA and Test

Continuous deployment of fix_continuous_deployment to QA and Test #98

name: Continuous deployment
run-name: Continuous deployment of ${{ github.ref_name }} to QA and Test
on:
push:
# branches: [main]
jobs:
test:
permissions: {}
uses: ./.github/workflows/test.yml
deploy:
needs: test
strategy:
fail-fast: false
matrix:
environment: [qa, test]
permissions:
id-token: write
uses: ./.github/workflows/deploy.yml
with:
environment: ${{ matrix.environment }}
server_types: all