Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
deploy-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
deploy-formula
Commits
280f951f
Commit
280f951f
authored
5 years ago
by
Fynn Becker
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
9947ca42
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
280f951f
...
@@ -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.cert
ificate
s`
### `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.cert
ificate
s`
,
`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.cert
ificate
s`
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`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment