File tree Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Expand file tree Collapse file tree 3 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 10
10
uses : actions/checkout@v4
11
11
- name : Install nginx-linter
12
12
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
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 17
17
18
18
19
19
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) .
21
21
22
- Please read the following guides:
22
+ You may also refer to the following guides:
23
23
24
24
* Django documentation: [ How to deploy Django] ( https://docs.djangoproject.com/en/5.1/howto/deployment/ )
25
25
* [ Deploying Gunicorn] ( https://docs.gunicorn.org/en/latest/deploy.html )
26
26
27
27
The relevant files are:
28
28
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.
32
30
33
31
# Monitoring
34
32
You can’t perform that action at this time.
0 commit comments