*: clean up and normalize (#5437)

This commit is contained in:
marchersimon
2021-03-25 17:42:04 +01:00
committed by GitHub
parent 0f37d0336b
commit de311e1749
115 changed files with 874 additions and 877 deletions

View File

@@ -1,20 +1,20 @@
# cradle deploy
> Management von Cradle Deployments.
> Verwalte Cradle Implementierungen.
> Mehr Informationen: <https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-Tools.html#deploy>.
- Deployment von Cradle auf einen Server:
- Implementiere Cradle auf einem Server:
`cradle deploy production`
- Deployment statischer Anlagen zu Amazon S3:
- Implementiere statische Anlagen zu Amazon S3:
`cradle deploy s3`
- Deployment statischer Anlagen inklusive der Yarn Komponenten:
- Implementiere statische Anlagen inklusive den Yarn Komponenten:
`cradle deploy s3 --include-yarn`
- Deployment statischer Anlagen inklusive des "upload" Verzeichnisses:
- Implementiere statische Anlagen inklusive dem "upload" Verzeichnis:
`cradle deploy s3 --include-upload`