Compare commits

...

2 Commits

Author SHA1 Message Date
semantic-release-bot 4f761ce5f9 chore(release): 1.0.5 [skip ci] 4 years ago
Marta Enina 74841b9ebe fix: fix gunicorn.sh 4 years ago
  1. 7
      docs/CHANGELOG.md
  2. 2
      gunicorn.sh

7
docs/CHANGELOG.md

@ -1,3 +1,10 @@
## [1.0.5](https://git.mckunda.com/mcpanda/summertime/compare/v1.0.4...v1.0.5) (2023-01-28)
### Bug Fixes
* fix gunicorn.sh ([74841b9](https://git.mckunda.com/mcpanda/summertime/commit/74841b9ebe6dafb400bde87401c0c6743d0307f7))
## [1.0.4](https://git.mckunda.com/mcpanda/summertime/compare/v1.0.3...v1.0.4) (2023-01-28)

2
gunicorn.sh

@ -1,2 +1,2 @@
#!/bin/sh
gunicorn --chdir app wsgi:app -w 2 --threads 2 -b 0.0.0.0:80
gunicorn wsgi:app -w 2 --threads 2 -b 0.0.0.0:80
Loading…
Cancel
Save