From b57e5daae4f889fe4a1edb871ba97ec780a0258d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Helle=C5=9Ben?= Date: Tue, 17 Mar 2026 22:01:08 +0100 Subject: [PATCH] Update deployment workflow to include additional parameters for uv sync command --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ba53108..088ebc1 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -4,7 +4,7 @@ name: Deploy to Server # forgejo-runner ALL=(ttvdrops) NOPASSWD: /usr/bin/git # forgejo-runner ALL=(root) NOPASSWD: /bin/systemctl restart ttvdrops # forgejo-runner ALL=(ttvdrops) NOPASSWD: /usr/bin/uv run python /home/ttvdrops/ttvdrops/manage.py migrate -# forgejo-runner ALL=(ttvdrops) NOPASSWD: /usr/bin/uv sync -U +# forgejo-runner ALL=(ttvdrops) NOPASSWD: /usr/bin/uv sync -U --all-extras --dev --directory /home/ttvdrops/ttvdrops on: push: