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
e65b3c2c
Unverified
Commit
e65b3c2c
authored
Nov 22, 2021
by
Robin Sonnabend
Browse files
Create lehrpreis app tables with createdb.py
parent
ffdce980
Pipeline
#3529
passed with stage
in 2 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
uwsgi-python/tasks/apps/lehrpreis.yml
View file @
e65b3c2c
...
...
@@ -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