Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
webservices
Commits
7fa10310
Commit
7fa10310
authored
Nov 30, 2021
by
Lars Beckers
Browse files
Merge branch 'fix-lehrpreis' into 'master'
Create lehrpreis app tables with createdb.py See merge request
!32
parents
ffdce980
e65b3c2c
Pipeline
#3543
passed with stage
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
uwsgi-python/tasks/apps/lehrpreis.yml
View file @
7fa10310
...
...
@@ -25,3 +25,12 @@
when
:
git.changed
notify
:
-
restart uwsgi instance {{ app.instance }}
-
name
:
ensure data model upgrades are applied
# noqa 301
command
:
"
{{app_venv}}/bin/python
{{app_path}}/createdb.py"
args
:
chdir
:
"
{{app_path}}"
become
:
true
become_user
:
"
{{app_user}}"
notify
:
-
"
restart
uwsgi
instance
{{app.instance}}"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment