-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Add CloudRay deployment Guide #11935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for astro-docs-2 ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
Hello! Thank you for opening your first PR to Astro’s Docs! 🎉 Here’s what will happen next:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @GeoSegun ! Thank you for submitting this guide, and for your patience while we go through opened PRs! 🙌🏽
I left some suggestions:
- mostly to conform with our docs styles, ie. optimized logo and avoid exclamation point where not necessary
- two nitpicks related to prerequisites/steps to be a bit more precise. I think this could help users figure out how it works and if they want to learn more with the CloudRay's guide/docs.
The content looks great! Thank you for respecting our guides format!
Co-authored-by: Armand Philippot <[email protected]>
Hi @ArmandPhilippot thank you so much for the thoughtful review and kind words! I’ve implemented all the suggested changes, and the guide is now updated accordingly. Appreciate the opportunity to contribute 🙌🏽 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @GeoSegun, I have to small suggestions for you!
--- | ||
import { Steps } from '@astrojs/starlight/components'; | ||
|
||
You can deploy your Astro project using [CloudRay](https://cloudray.io), a centralised platform that helps you manage your servers, organise Bash scripts, and automate deployment tasks across virtual machines and cloud servers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can deploy your Astro project using [CloudRay](https://cloudray.io), a centralised platform that helps you manage your servers, organise Bash scripts, and automate deployment tasks across virtual machines and cloud servers. | |
You can deploy your Astro project using [CloudRay](https://cloudray.io), a centralized platform that helps you manage your servers, organize Bash scripts, and automate deployment tasks across virtual machines and cloud servers. |
|
||
2. In your CloudRay Dashboard, write a reusable Bash script that clones your Astro repo, installs dependencies, builds your site, and configures a web server. Define any repo-specific values using [CloudRay’s variable groups](https://cloudray.io/docs/variable-groups). | ||
|
||
3. Use CloudRay’s Runlog interface to execute your script on your connected server and monitor the deployment in real-time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"real time" as a noun doesn't have hyphen
3. Use CloudRay’s Runlog interface to execute your script on your connected server and monitor the deployment in real-time. | |
3. Use CloudRay’s Runlog interface to execute your script on your connected server and monitor the deployment in real time. |
Description (required)
Add CloudRay deployment guide.
My discord username is @risingsegun
Related issues & labels (optional)