Files
PythonFlaskAusgaben/.gitea/workflows/docker.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 10: cannot unmarshal !!seq into model.Job
2025-03-20 10:25:05 +01:00

12 lines
145 B
YAML

name: start compose
on:
- pull_request
- push
jobs:
start-compose:
steps:
- name: restart Compose
run: docker compose up