add services
Some checks failed
deploy misc services / deploy (push) Failing after 0s

This commit is contained in:
Elias Ahokas
2025-11-24 20:05:49 +02:00
commit b6e94fa231
7 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
name: deploy misc services
on:
push:
branches: [main]
workflow_dispatch:
jobs:
deploy:
runs-on: z420
steps:
- name: deploy
run: |
cd /home/sirian/services/misc
git pull origin main
docker compose build
docker compose up -d --remove-orphans