Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe-Heffer-Shef committed Jan 8, 2025
1 parent 3ac712f commit e2ca956
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
uses: actions/checkout@v4
- name: Install nginx-linter
run: npm install -g nginx-linter
- name: Lint systemd units
run: nginx-linter
- name: Run nginx linter
run: nginx-linter --help
3 changes: 0 additions & 3 deletions MANIFEST.in

This file was deleted.

8 changes: 3 additions & 5 deletions docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,16 @@ end



This app can be deployed to a web server using the script [`deploy.sh`](deploy.sh).
This app can be deployed to a web server using the script [`deploy.sh`](../deploy.sh).

Please read the following guides:
You may also refer to the following guides:

* Django documentation: [How to deploy Django](https://docs.djangoproject.com/en/5.1/howto/deployment/)
* [Deploying Gunicorn](https://docs.gunicorn.org/en/latest/deploy.html)

The relevant files are:

* [`pyproject.toml`](pyproject.toml) defines the [Python package](https://packaging.python.org/en/latest/)
* `MANIFEST.in` lists the files that will be included in that package
* `requirements.txt` lists the dependencies for the package
* The `config/` directory contains server configuration files.

# Monitoring

Expand Down

0 comments on commit e2ca956

Please sign in to comment.