update docs

This commit is contained in:
arturs
2021-03-11 17:45:41 +02:00
parent 8d11789566
commit 5a002f9007
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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
}