Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit 7508726

Browse files
authored
Update README.md
Removed Cloud Foundry
1 parent b04b2a7 commit 7508726

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,13 @@ You can [deploy this application to IBM Cloud](https://cloud.ibm.com/developer/a
3232

3333
### Deploying to IBM Cloud
3434

35-
**Deprecated**: IBM® Cloud Foundry is deprecated. For more information, see [Deprecation of IBM Cloud Foundry](http://ibm.biz/ibmcf-announce).
36-
3735
<p align="center">
3836
<a href="https://cloud.ibm.com/developer/appservice/create-app?starterKit=5ef1a664-8ff5-3ebb-b6d2-a8478e3cb789">
3937
<img src="https://cloud.ibm.com/devops/setup/deploy/button_x2.png" alt="Deploy to IBM Cloud">
4038
</a>
4139
</p>
4240

43-
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.
41+
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.
4442

4543
[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.
4644

@@ -97,10 +95,9 @@ ibmcloud dev build
9795
ibmcloud dev run
9896
```
9997

100-
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:
98+
This will launch your application locally. When you are ready to deploy to IBM Cloud on Kubernetes, run one of the commands:
10199

102100
```bash
103-
ibmcloud dev deploy -t buildpack // to Cloud Foundry
104101
ibmcloud dev deploy -t container // to K8s cluster
105102
```
106103

0 commit comments

Comments
 (0)