diff --git a/deploy-apps/try-cloud-foundry.html.md.erb b/deploy-apps/try-cloud-foundry.html.md.erb new file mode 100644 index 00000000..a84b671f --- /dev/null +++ b/deploy-apps/try-cloud-foundry.html.md.erb @@ -0,0 +1,13 @@ +--- +title: Try Cloud Foundry +owner: core +--- + +Interested in trying Cloud Foundry without setting up an environment yourself? + +Several Cloud Foundry providers offer publicly accessible platforms where you can deploy and manage apps using the `cf` CLI — without installing Cloud Foundry on your own infrastructure. + +👉 **Visit the [Try Cloud Foundry page on cloudfoundry.org](https://cloudfoundry.org/try-cloud-foundry)** for a curated list of providers and instructions on how to get started. + +This page is continuously updated by the Cloud Foundry community. If you offer a public Cloud Foundry platform and would like to be listed, feel free to contribute through the Cloud Foundry Slack or open an issue in the [CF community GitHub repo](https://github.com/cloudfoundry/community/issues). + diff --git a/index.html.md.erb b/index.html.md.erb index 6dd3d23e..c7fba169 100644 --- a/index.html.md.erb +++ b/index.html.md.erb @@ -37,6 +37,7 @@ If you do these things, you are a <%= vars.app_runtime_abbr %> **developer**, a * [Pushing apps with sidecar processes](sidecars.html) * [Using blue-green deployment to reduce downtime and risk](deploy-apps/blue-green.html) * [Troubleshooting app deployment and health](deploy-apps/troubleshoot-app-health.html) + * [Try Cloud Foundry without setup](deploy-apps/try-cloud-foundry.html) * **Routes and Domains:** How to configure routes and domains. * [Configuring routes and domains](deploy-apps/routes-domains.html)