From 586fd57286043a75e592fbea89a1eeb9e8129f79 Mon Sep 17 00:00:00 2001
From: Georg krause <mail@georg-krause.net>
Date: Wed, 17 May 2023 14:47:25 +0200
Subject: [PATCH] ci: Make sure pipeline still runs after the project got
 renamed

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e07919a..88f3782 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -44,7 +44,7 @@ deploy:
     - rsync -r -e "ssh -p 2281" $CI_PROJECT_DIR/public/ ui@ui.funkwhale.audio:/htdocs/
     - rsync -r -e "ssh -p 2281" $CI_PROJECT_DIR/dist/ ui@ui.funkwhale.audio:/htdocs/$CI_COMMIT_REF_NAME/
   only:
-    - main@funkwhale/vui
+    - main@funkwhale/ui
 
 publish:
   stage: deploy
-- 
GitLab