From 380ae4d056c2f9bce0b31b3fce2c5a1a95f70eb4 Mon Sep 17 00:00:00 2001 From: Elias Ahokas Date: Wed, 12 Nov 2025 18:39:53 +0200 Subject: [PATCH] fix typo --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 6fa5f28..b063e70 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -13,4 +13,4 @@ jobs: run: | cd /home/sirian/services/apps git pull origin main - docker compose up -d --remove orphans \ No newline at end of file + docker compose up -d --remove-orphans \ No newline at end of file