cradle*: add German translation (#4841)

This commit is contained in:
Felix Brilej
2020-10-28 18:57:00 +01:00
committed by GitHub
parent fce33fcc76
commit 6155aa9a2a
6 changed files with 153 additions and 0 deletions

View File

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