diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ee1da3..3da9a16 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:uwsgi_app" # Adjust this based on your application + MODULE="infywiki2:uwsgi_app" # Adjust this based on your application cat > ~/.config/systemd/user/${SERVICE_NAME} <