From 8ad110f7777a9e28a00a3f0fc35eb8cc719aa748 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Fri, 7 Mar 2025 15:32:29 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3959444..4e3ec5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,7 +54,7 @@ deploy: # For example, if your main file is 'wsgi.py' and the callable is 'application', use 'wsgi:application' # Set the MODULE variable based on your application's entry point - MODULE="app:app" # Adjust this based on your application + MODULE="infywiki2:app" # Adjust this based on your application cat > ~/.config/systemd/user/${SERVICE_NAME} <