Skip to content
Snippets Groups Projects
Commit 0637d3a4 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

Merge branch 'py3-timer' into 'master'

uwsgi-python: use py3-compatible timer version

See merge request !39
parents d6ad6ee9 18bec31b
No related branches found
No related tags found
1 merge request!39uwsgi-python: use py3-compatible timer version
Pipeline #4067 passed
......@@ -5,7 +5,7 @@ app_user: timer
app_group: timer
app_home: /var/www/timer
app_path: /var/www/timer
app_python_version: 2
app_python_version: 3
app_venv: /var/www/timer/venv/
app_program: timer.py
app_callable: app
......@@ -22,7 +22,7 @@ app_db_type: ''
app_additional_software: []
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_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