Skip to content

refactor(.github/workflows/test_deploy.yaml): rename and restructure … #27

refactor(.github/workflows/test_deploy.yaml): rename and restructure …

refactor(.github/workflows/test_deploy.yaml): rename and restructure … #27

Workflow file for this run

name: Test Deploy
on:
push:
branches:
- develop
jobs:
deploy-setup:
uses: ./.github/workflows/deploy-app.yaml
with:
cluster: ${{ secrets.DEV_STAGING_CLUSTER }}
cluster_state_storage: ${{ secrets.DEV_STAGING_KOPS_STATE_STORAGE }}
deploy-backend:
uses: ./github/workflows/deploy-backend.yaml

Check failure on line 15 in .github/workflows/test_deploy.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/test_deploy.yaml

Invalid workflow file

invalid value workflow reference: no version specified