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

Commit f4f79d7

Browse files
authored
Merge pull request #189 from christoc-ibm/patch-2
Update README.md
2 parents 4388bc9 + 17f0e62 commit f4f79d7

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
@@ -34,15 +34,13 @@ You can [deploy this application to IBM Cloud](https://cloud.ibm.com/developer/a
3434

3535
### Deploying to IBM Cloud
3636

37-
**Deprecated**: IBM® Cloud Foundry is deprecated. For more information, see [Deprecation of IBM Cloud Foundry](http://ibm.biz/ibmcf-announce).
38-
3937
<p align="center">
4038
<a href="https://cloud.ibm.com/developer/appservice/create-app?starterKit=9798dc4d-25be-3b5f-b0b3-42a5f90fafbc">
4139
<img src="https://cloud.ibm.com/devops/setup/deploy/button_x2.png" alt="Deploy to IBM Cloud">
4240
</a>
4341
</p>
4442

45-
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.
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 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.
4644

4745
[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.
4846

@@ -90,10 +88,9 @@ ibmcloud dev build
9088
ibmcloud dev run
9189
```
9290

93-
This will launch your application locally. When you are ready to deploy to IBM Cloud on Cloud Foundry or Kubernetes, run one of the following commands:
91+
This will launch your application locally. When you are ready to deploy to IBM Cloud on Kubernetes, run one of the following commands:
9492

9593
```bash
96-
ibmcloud dev deploy -t buildpack // to Cloud Foundry
9794
ibmcloud dev deploy -t container // to K8s cluster
9895
```
9996

0 commit comments

Comments
 (0)