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

Commit 645db3b

Browse files
authored
Merge pull request #170 from christoc-ibm/patch-2
Update README.md
2 parents 0b54c43 + fe3b37d commit 645db3b

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=db553c13-0d86-3291-b523-bbcc7e610a52">
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

@@ -115,10 +113,9 @@ ibmcloud dev build
115113
ibmcloud dev run
116114
```
117115

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

120118
```bash
121-
ibmcloud dev deploy -t buildpack // to Cloud Foundry
122119
ibmcloud dev deploy -t container // to K8s cluster
123120
```
124121

0 commit comments

Comments
 (0)