Skip to content

Commit e2ca956

Browse files
-
1 parent 3ac712f commit e2ca956

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

.github/workflows/lint-nginx.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
uses: actions/checkout@v4
1111
- name: Install nginx-linter
1212
run: npm install -g nginx-linter
13-
- name: Lint systemd units
14-
run: nginx-linter
13+
- name: Run nginx linter
14+
run: nginx-linter --help

MANIFEST.in

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/deployment.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,16 @@ end
1717

1818

1919

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

22-
Please read the following guides:
22+
You may also refer to the following guides:
2323

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

2727
The relevant files are:
2828

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

3331
# Monitoring
3432

0 commit comments

Comments
 (0)