mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
update docs
This commit is contained in:
@@ -12,7 +12,7 @@ git:initialize <app> # Initialize a git repository
|
||||
git:public-key # Outputs the dokku public deploy key
|
||||
git:report [<app>] [<flag>] # Displays a git report for one or more apps
|
||||
git:set <app> <key> (<value>) # Set or clear a git property for an app
|
||||
git:unlock <app> # Removes previous git clone folder for new deployment
|
||||
git:unlock <app> [--force] # Removes previous git clone folder for new deployment
|
||||
```
|
||||
|
||||
Git-based deployment has been the traditional method of deploying applications in Dokku. As of v0.12.0, Dokku introduces a few ways to customize the experience of deploying via `git push`. A Git-based deployment currently supports building applications via:
|
||||
|
||||
@@ -36,6 +36,6 @@ fn-help-content() {
|
||||
git:public-key, Outputs the dokku public deploy key
|
||||
git:report [<app>] [<flag>], Displays a git report for one or more apps
|
||||
git:set <app> <property> (<value>), Set or clear a git property for an app
|
||||
git:unlock <app>, Removes previous git clone folder for new deployment
|
||||
git:unlock <app> [--force], Removes previous git clone folder for new deployment
|
||||
help_content
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user