Skip to content

Commit f70a73b

Browse files
authored
Merge pull request #2843 from bpmct/deploy
add instructions for deploying to a cloud provider
2 parents 1da1d8c + 745e4fc commit f70a73b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ You can use whatever linux distribution floats your boat but in our [guide](./do
2424

2525
## Getting Started
2626

27-
There are two ways to get started:
27+
There are three ways you can get started:
2828

2929
1. Using the [install script](./install.sh), which automates most of the process. The script uses the system package manager (if possible)
3030
2. Manually installing code-server; see [Installation](./docs/install.md) for instructions applicable to most use cases
31+
3. Use our one-click buttons and guides to [deploy code-server to a popular cloud provider](https://github.com/cdr/deploy-code-server)
3132

3233
If you choose to use the install script, you can preview what occurs during the install process:
3334

@@ -45,7 +46,7 @@ When done, the install script prints out instructions for running and starting c
4546

4647
We also have an in-depth [setup and configuration](./docs/guide.md) guide.
4748

48-
### Cloud Program ☁️
49+
### code-server --link
4950

5051
We're working on a cloud platform that makes deploying and managing code-server easier.
5152
Consider running code-server with the beta flag `--link` if you don't want to worry about

docs/install.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- [Standalone Releases](#standalone-releases)
1515
- [Docker](#docker)
1616
- [helm](#helm)
17-
- [App Engines (Azure, Heroku)](#app-engines-azure-heroku)
17+
- [Cloud Providers](#cloud-providers)
1818

1919
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2020

@@ -207,9 +207,8 @@ https://hub.docker.com/r/linuxserver/code-server
207207

208208
See [the chart](../ci/helm-chart).
209209

210-
## App Engines (Azure, Heroku)
210+
## Cloud Providers
211211

212-
These community images are optimized for use with popular app engines. They use the latest official [Docker](#docker) image, so they will always be up to date.
212+
We maintain one-click apps and install scripts for different cloud providers such as DigitalOcean, Railway, Heroku, Azure, etc. Check out the repository:
213213

214-
- [code-server-heroku](https://github.com/bpmct/code-server-heroku)
215-
- [code-server-azure](https://github.com/bpmct/code-server-azure)
214+
https://github.com/cdr/deploy-code-server

0 commit comments

Comments
 (0)