move nginx
Some checks failed
deploy apps / deploy (push) Has been cancelled

This commit is contained in:
Elias Ahokas
2025-11-12 17:54:08 +02:00
commit 842884164d
6 changed files with 89 additions and 0 deletions

View File

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