Skip to content

Shutdown the site

Shutdown the site #1

Workflow file for this run

name: Shutdown the site
on:
workflow_dispatch:
jobs:
shutdown:
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v3
- name: Stop docker compose
run: docker compose down