Skip to content

Deploy

Deploy #10

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
workflow_run:
workflows: ["Build"]
types: [completed]
jobs:
init:
runs-on: ubuntu-24.04
steps:
- name: Set Target
uses: ./.github/actions/set-target
backend_oci_container:
runs-on: ubuntu-24.04
needs:
- init
defaults:
run:
working-directory: ./backend
environment: ${{ env.TARGET }}

Check failure on line 21 in .github/workflows/deploy.yml

View workflow run for this annotation

GitHub Actions / Deploy

Invalid workflow file

The workflow is not valid. .github/workflows/deploy.yml (Line: 21, Col: 18): Unrecognized named-value: 'env'. Located at position 1 within expression: env.TARGET
steps:
- run: ls