Skip to content

Commit

Permalink
chore: rename gunicorn conf to prevent auto usage
Browse files Browse the repository at this point in the history
  • Loading branch information
M7mdisk committed Oct 11, 2024
1 parent 35ad1a3 commit 404edd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ parts:
- flask/app/redirects.yaml
- flask/app/security.txt
- flask/app/robots.txt
- flask/app/gunicorn.conf.py
- flask/app/rock.gunicorn.conf.py
plugin: dump
source: .
organize:
Expand All @@ -35,7 +35,7 @@ parts:
redirects.yaml: flask/app/redirects.yaml
security.txt: flask/app/security.txt
robots.txt: flask/app/robots.txt
gunicorn.conf.py: flask/app/gunicorn.conf.py
rock.gunicorn.conf.py: flask/app/rock.gunicorn.conf.py
stage:
- flask/app/.env
- flask/app/app.py
Expand All @@ -45,7 +45,7 @@ parts:
- flask/app/redirects.yaml
- flask/app/security.txt
- flask/app/robots.txt
- flask/app/gunicorn.conf.py
- flask/app/rock.gunicorn.conf.py
flask-framework/dependencies:
plugin: python
stage-packages:
Expand Down

0 comments on commit 404edd0

Please sign in to comment.