Skip to content

rename quickstart to platforms #10

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

Merged
merged 2 commits into from
Apr 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/aws/submit_ami.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ DETAILS_JSON_AS_STRING=$(echo '
"OperatingSystemName": "UBUNTU",
"OperatingSystemVersion": "22.04"
},
"UsageInstructions": "See https://coder.com/docs/v2/latest/quickstart/aws for usage instructions.",
"UsageInstructions": "See https://coder.com/docs/v2/latest/platforms/aws for usage instructions.",
"RecommendedInstanceType": "t2.xlarge",
"SecurityGroups": [
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Install [Coder](https://github.com/coder/coder) to your preferred cloud with a p
| <img src="./assets/fly.io.svg" alt="Fly.io Logo" width="100" height="100" /> | Fly.io | Live ✅ | [Blog: Run Coder on Fly.io](https://coder.com/blog/remote-developer-environments-on-fly-io) | [Deploy Coder on FLy.io](https://coder.com/blog/remote-developer-environments-on-fly-io) |
| <img src="https://railway.app/brand/logo-light.svg" alt="Railway.app Logo" width="100" height="100" /> | Railway.app | Live ✅ | | [![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/cUQ8_P?referralCode=tfH8Uw) |
| <img src="./assets/eks.svg" alt="AWS EKS Logo" width="100" height="100" /> | AWS EKS | In progress | [Docs: Coder on Kubernetes](https://coder.com/docs/v2/latest/install/kubernetes) | [Deploy from AWS Marketplace](https://example.com) |
| <img src="./assets/gce.svg" alt="Google Compute Engine logo" width="100" height="100" /> | Google Compute Engine | Considering | [Quickstart: Google Compute Engine](https://coder.com/docs/v2/latest/quickstart/google-cloud-platform) | |
| <img src="./assets/gce.svg" alt="Google Compute Engine logo" width="100" height="100" /> | Google Compute Engine | Considering | [Guide: Google Compute Engine](https://coder.com/docs/v2/latest/platforms/google-cloud-platform) | |
Copy link
Member

@matifali matifali Apr 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://coder.com/docs/v2/latest/platforms/google-cloud-platform
this is 404 now but I guess it will be ok after coder/coder#6972 is merged.