add services
All checks were successful
deploy core services / deploy (push) Successful in 1s

This commit is contained in:
Elias Ahokas
2025-11-24 18:17:48 +02:00
commit c72697a3f7
6 changed files with 62 additions and 0 deletions

View File

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