Skip to content
Snippets Groups Projects
Commit 280f951f authored by Fynn Becker's avatar Fynn Becker :crab:
Browse files

Update README.md

parent 9947ca42
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ Create a virtualenv for a project. ...@@ -33,7 +33,7 @@ Create a virtualenv for a project.
Writes a `prod.py` settings file and allows running `migrate` and `collectstatic` for a django instance. Writes a `prod.py` settings file and allows running `migrate` and `collectstatic` for a django instance.
### `deploy.certificates` ### `deploy.certs`
Roll out certificates that you need for the deployment. Roll out certificates that you need for the deployment.
...@@ -59,7 +59,7 @@ It requires the `systemd-formula` to be available. ...@@ -59,7 +59,7 @@ It requires the `systemd-formula` to be available.
### `deploy.bundle.django-uwsgi-nginx` ### `deploy.bundle.django-uwsgi-nginx`
This combines `deploy.bundle.django`, `deploy.certificates`, `nginx` and `uwsgi`. This combines `deploy.bundle.django`, `deploy.certs`, `nginx` and `uwsgi`.
It requires the `uwsgi-formula` and `nginx-formula` to be available. It requires the `uwsgi-formula` and `nginx-formula` to be available.
## pillar ## pillar
...@@ -110,7 +110,7 @@ Projects are a name and the configuration for the corresponsing states. ...@@ -110,7 +110,7 @@ Projects are a name and the configuration for the corresponsing states.
The name is used for several things within the deployment. The name is used for several things within the deployment.
**NOTE** that you need to assign the states properly. **NOTE** that you need to assign the states properly.
Only describing e.g. `cert` for a project without applying the corresponding state `deploy.certificates` does not roll our your cert. Only describing e.g. `cert` for a project without applying the corresponding state `deploy.certs` does not roll our your cert.
#### `deploy.projects.[...].gitlab` #### `deploy.projects.[...].gitlab`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment