Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webservices
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
webservices
Merge requests
!51
uwsgi-python: Add schilder2000
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
uwsgi-python: Add schilder2000
th/uwsgi-python-schilder2000
into
master
Overview
1
Commits
3
Pipelines
2
Changes
2
Merged
Thomas Schneider
requested to merge
th/uwsgi-python-schilder2000
into
master
9 months ago
Overview
1
Commits
3
Pipelines
2
Changes
2
0
0
Merge request reports
Viewing commit
3f3bf367
Prev
Next
Show latest version
2 files
+
7
−
6
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
3f3bf367
uwsgi-python: Ignore false-positive linter errors
· 3f3bf367
Thomas Schneider
authored
2 months ago
Sorta false-positive, anyway.
uwsgi-python/tasks/apps/schilder2000.yml
+
2
−
1
View file @ 3f3bf367
Edit in single-file editor
Open in Web IDE
Show full file
@@ -33,7 +33,8 @@
@@ -33,7 +33,8 @@
notify
:
notify
:
-
restart uwsgi instance {{ app.instance }}
-
restart uwsgi instance {{ app.instance }}
-
name
:
Migrate database
# Skip linter 301 as this command is idempotent per se
-
name
:
Migrate database
# noqa 301
command
:
"
{{
app_venv
}}/bin/flask
alembic
upgrade
head"
command
:
"
{{
app_venv
}}/bin/flask
alembic
upgrade
head"
environment
:
environment
:
FLASK_APP
:
schilder2000
FLASK_APP
:
schilder2000
Loading