Skip to content

Update dependency charset-normalizer to v3.4.4 #26

Update dependency charset-normalizer to v3.4.4

Update dependency charset-normalizer to v3.4.4 #26

name: AtlasML - Deploy to Test 1

Check failure on line 1 in .github/workflows/atlas_deploy-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/atlas_deploy-test.yml

Invalid workflow file

(Line: 16, Col: 3): The workflow must contain at least one job with no dependencies.
on:
workflow_dispatch:
inputs:
image-tag:
type: string
description: 'Image tag to deploy (default: pr-<number> if PR exists, latest for default branch)'
deploy-atlasml:
type: boolean
default: true
description: (Re-)deploys AtlasML.
jobs:
deploy-atlasml:
needs: provision-env
if: ${{ inputs.deploy-atlasml }}
uses: ls1intum/.github/.github/workflows/deploy-docker-compose.yml@main
with:
environment: 'Atlas - Test 1'
docker-compose-file: './atlas/docker-compose.prod.yml'
main-image-name: ls1intum/edutelligence/atlasml
image-tag: ${{ inputs.image-tag }}
deployment-base-path: '/opt/atlasml'
secrets: inherit