Skip to content

Commit d2e7d2c

Browse files
authored
Add CloudRay Deployment Guide (#12069)
1 parent 302610b commit d2e7d2c

File tree

3 files changed

+2347
-2070
lines changed

3 files changed

+2347
-2070
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
description: Automate the deployment of Redwood app with CloudRay
3+
---
4+
5+
# Deploy with CloudRay
6+
7+
You can deploy your Redwood app using [CloudRay](https://cloudray.io), a centralised platform that helps you manage your servers, organize Bash scripts, and automate deployment tasks across virtual machines and cloud servers.
8+
9+
:::note
10+
CloudRay itself does not host your site. Instead, it provides automation tools to run deployment scripts on your own infrastructure (e.g., Ubuntu servers) using a connected agent.
11+
:::
12+
13+
## Prerequisites
14+
15+
To get started, you’ll need:
16+
17+
- A [CloudRay account](https://app.cloudray.io/)
18+
- Your RedwoodJS project stored in a GitHub repository
19+
20+
## How to Deploy through the CloudRay Dashboard
21+
22+
Deployment with CloudRay generally involves three main steps:
23+
24+
1. Install the [CloudRay Agent](https://cloudray.io/docs/agent) on your server to securely register your machine and enable remote automation.
25+
2. In the CloudRay dashboard, write a reusable Bash script that clones your RedwoodJS repo, installs dependencies, builds the project, and configures a web server (e.g, Nginx or Caddy). You can define repo-specific values using [CloudRay’s variable groups](https://cloudray.io/docs/variable-groups).
26+
3. Use CloudRay’s Runlog interface to execute your script on the connected server and monitor the deployment process in real time.
27+
28+
## CloudRay Complete Deploy Walkthrough
29+
30+
For the complete deployment process with CloudRay, checkout the [RedwoodJS guide in CloudRay’s docs](https://cloudray.io/articles/how-to-deploy-redwoodjs-application-on-ubuntu).

docs/versioned_sidebars/version-8.6-sidebars.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@
193193
"type": "doc",
194194
"label": "Vercel",
195195
"id": "deploy/vercel"
196+
},
197+
{
198+
"type": "doc",
199+
"label": "CloudRay",
200+
"id": "deploy/cloudray"
196201
}
197202
]
198203
},

0 commit comments

Comments
 (0)