Add CI deployment to app LXC
This commit is contained in:
parent
3d33a78f1f
commit
9049d367ea
6 changed files with 531 additions and 2 deletions
|
|
@ -12,6 +12,7 @@ python_files=(
|
|||
"prototype_cache.py"
|
||||
"settings.py"
|
||||
"scripts/bootstrap_ci_clone_key.py"
|
||||
"scripts/bootstrap_lxc_deploy_key.py"
|
||||
"scripts/check_deploy_config.py"
|
||||
"update_events.py"
|
||||
"tests"
|
||||
|
|
@ -57,7 +58,7 @@ run_check \
|
|||
run_check \
|
||||
"Vulture" \
|
||||
uv run --with "vulture>=2.15,<3.0.0" \
|
||||
vulture app.py auth.py calendar_feeds.py forgejo_client.py live_prototype.py prototype_cache.py settings.py scripts/bootstrap_ci_clone_key.py scripts/check_deploy_config.py update_events.py tests --min-confidence 80
|
||||
vulture app.py auth.py calendar_feeds.py forgejo_client.py live_prototype.py prototype_cache.py settings.py scripts/bootstrap_ci_clone_key.py scripts/bootstrap_lxc_deploy_key.py scripts/check_deploy_config.py update_events.py tests --min-confidence 80
|
||||
run_check \
|
||||
"Backend Tests" \
|
||||
"${python_cmd[@]}" -m unittest discover -s tests -p "test_*.py"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue