Skip to content

Commit 6214477

Browse files
author
cfsdocs
committed
Merge pull request #1756 from coligo/fmo-upd-27Jan22-c
1 parent 144851d commit 6214477

File tree

3 files changed

+91
-91
lines changed

3 files changed

+91
-91
lines changed

Diff for: appdeploy-update.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2020, 2022
5-
lastupdated: "2022-01-13"
5+
lastupdated: "2022-01-27"
66

77
keywords: applications in code engine, apps in code engine, http requests in code engine, deploy apps in code engine, app workloads in code engine, deploying workloads in code engine, application, app, memory, cpu, environment variables
88

@@ -527,7 +527,7 @@ From the previous example, the `myhelloapp` app references the `us.icr.io/myname
527527
528528
1. Create the build configuration. For example, the following **`build create`** command creates a build configuration that is called `helloworld-build`. This configuration builds from the public Git repo `https://github.com/IBM/CodeEngine`, uses the `dockerfile` strategy and `medium` build size, and stores the image to `us.icr.io/mynamespace/codeengine-helloworld` by using the image registry secret that is defined in `myregistry`.
529529
530-
```sh
530+
```txt
531531
ibmcloud ce build create --name helloworld-build --image us.icr.io/mynamespace/codeengine-helloworld --registry-secret myregistry --source https://github.com/IBM/CodeEngine --commit main --context-dir /hello --strategy dockerfile --size medium
532532
```
533533
{: pre}

0 commit comments

Comments
 (0)