Update .gitlab-ci.yml
This commit is contained in:
parent
c4cc5ddfd6
commit
479fc45b69
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ deploy:
|
||||||
# For example, if your main file is 'wsgi.py' and the callable is 'application', use 'wsgi:application'
|
# 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
|
# 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} <<EOF
|
cat > ~/.config/systemd/user/${SERVICE_NAME} <<EOF
|
||||||
[Unit]
|
[Unit]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue