Skip to content

Commit 382d42f

Browse files
author
Ayane Satomi
committed
readme: add GCP Cloud Run button
this could interop with Heroku but you'll never know Signed-off-by: Ayane Satomi <sr229@coder.com>
1 parent 93a0c72 commit 382d42f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# code-server &middot; [![MIT license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/cdr/code-server/blob/master/LICENSE) [!["Latest Release"](https://img.shields.io/github/release/cdr/code-server.svg)](https://github.com/cdr/code-server/releases/latest) [![Build Status](https://img.shields.io/travis/com/cdr/code-server/master)](https://github.com/cdr/code-server)
22

3+
34
`code-server` is [VS Code](https://github.com/Microsoft/vscode) running on a
45
remote server, accessible through the browser.
56

@@ -9,6 +10,8 @@ Try it out:
910
docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home/coder/.local/share/code-server" -v "$PWD:/home/coder/project" codercom/code-server:v2
1011
```
1112

13+
[![Run on Google Cloud](https://storage.googleapis.com/cloudrun/button.svg)](https://deploy.cloud.run)
14+
1215
- **Consistent environment:** Code on your Chromebook, tablet, and laptop with a
1316
consistent dev environment. develop more easily for Linux if you have a
1417
Windows or Mac, and pick up where you left off when switching workstations.

0 commit comments

Comments
 (0)