Skip to content

CD

CD #24

Workflow file for this run

# Deploy the latest images through docker compose to explorer.hydra.family
name: "CD"
on:
workflow_run:
workflows: ["Docker"]
branches: ["master"]
types:
- completed
workflow_dispatch:
jobs:
explorer:
name: "Deploy"
runs-on: explorer
steps:
- name: 📥 Checkout repository
uses: actions/checkout@v4
- name: 🐳 Deploy with docker compose
run: |
/run/current-system/sw/bin/docker compose pull
/run/current-system/sw/bin/docker compose up -d