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