mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-01 02:54:10 +00:00
Update cheatsheets
This commit is contained in:
25
cradle-deploy
Normal file
25
cradle-deploy
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user