mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
554 B
Plaintext
26 lines
554 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# cradle deploy
|
|
|
|
> Manage Cradle deployments.
|
|
> More information: <https://cradlephp.github.io/docs/3.B.-Reference-Command-Line-Tools.html#deploy>.
|
|
|
|
- Deploy Cradle to a server:
|
|
|
|
`cradle deploy production`
|
|
|
|
- Deploy static assets to Amazon S3:
|
|
|
|
`cradle deploy s3`
|
|
|
|
- Deploy static assets including the Yarn "components" directory:
|
|
|
|
`cradle deploy s3 --include-yarn`
|
|
|
|
- Deploy static assets including the "upload" directory:
|
|
|
|
`cradle deploy s3 --include-upload`
|