Update .gitlab-ci.yml

This commit is contained in:
Russell Ballestrini 2025-03-07 15:32:29 +00:00
parent dc80dd0686
commit 8ad110f777

View file

@ -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} <<EOF
[Unit]