Skip to content
Snippets Groups Projects
Commit 18bec31b authored by Lars Beckers's avatar Lars Beckers
Browse files

uwsgi-python: use py3-compatible timer version

parent d6ad6ee9
No related branches found
No related tags found
1 merge request!39uwsgi-python: use py3-compatible timer version
Pipeline #4065 passed
...@@ -5,7 +5,7 @@ app_user: timer ...@@ -5,7 +5,7 @@ app_user: timer
app_group: timer app_group: timer
app_home: /var/www/timer app_home: /var/www/timer
app_path: /var/www/timer app_path: /var/www/timer
app_python_version: 2 app_python_version: 3
app_venv: /var/www/timer/venv/ app_venv: /var/www/timer/venv/
app_program: timer.py app_program: timer.py
app_callable: app app_callable: app
...@@ -22,7 +22,7 @@ app_db_type: '' ...@@ -22,7 +22,7 @@ app_db_type: ''
app_additional_software: [] app_additional_software: []
app_deploy_key: '' app_deploy_key: ''
app_git_url: 'https://github.com/orithena/timer-impress.git' app_git_url: 'https://github.com/YSelfTool/timer-impress.git'
app_git_version: HEAD app_git_version: HEAD
app_requirements_file: requirements.txt app_requirements_file: requirements.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment