From fe3b37d7ef21374d4ec2ba1e1ada458fc73e00e5 Mon Sep 17 00:00:00 2001 From: Christie Christopherson <40366231+christoc-ibm@users.noreply.github.com> Date: Thu, 8 Dec 2022 13:11:46 -0600 Subject: [PATCH] Update README.md Removed Cloud Foundry --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2b947ac..c474986 100644 --- a/README.md +++ b/README.md @@ -32,15 +32,13 @@ You can [deploy this application to IBM Cloud](https://cloud.ibm.com/developer/a ### Deploying to IBM Cloud -**Deprecated**: IBM® Cloud Foundry is deprecated. For more information, see [Deprecation of IBM Cloud Foundry](http://ibm.biz/ibmcf-announce). -

Deploy to IBM Cloud

-Click **Deploy to IBM Cloud** to deploy this same application to IBM Cloud. This option creates a deployment pipeline, complete with a hosted GitLab project and a DevOps toolchain. You can deploy your app to Cloud Foundry, a Kubernetes cluster, or a Red Hat OpenShift cluster. OpenShift is available only through a standard cluster, which requires you to have a billable account. +Click **Deploy to IBM Cloud** to deploy this same application to IBM Cloud. This option creates a deployment pipeline, complete with a hosted GitLab project and a DevOps toolchain. You can deploy your app to a Kubernetes cluster or a Red Hat OpenShift cluster. OpenShift is available only through a standard cluster, which requires you to have a billable account. [IBM Cloud DevOps](https://www.ibm.com/cloud/devops) services provides toolchains as a set of tool integrations that support development, deployment, and operations tasks inside IBM Cloud. @@ -115,10 +113,9 @@ ibmcloud dev build ibmcloud dev run ``` -This will launch your application locally. When you are ready to deploy to IBM Cloud on Cloud Foundry or Kubernetes, run one of the commands: +This will launch your application locally. When you are ready to deploy to IBM Cloud on Kubernetes, run one of the commands: ```bash -ibmcloud dev deploy -t buildpack // to Cloud Foundry ibmcloud dev deploy -t container // to K8s cluster ```