Files
PythonFlaskAusgaben/.gitea/workflows/docker.yml
jonnybravo af284d808d
Some checks failed
start compose / start-compose (push) Failing after -45s
try
2025-03-20 11:32:40 +01:00

16 lines
250 B
YAML

name: start compose
on:
- pull_request
- push
jobs:
start-compose:
runs-on: shell
steps:
- name: restart Compose
shell: bash
working-directory: ${{ gitea.workspace }}
run: cat docker-compose.yml