|
2 | 2 |
|
3 | 3 | copyright:
|
4 | 4 | years: 2020, 2021
|
5 |
| -lastupdated: "2021-10-01" |
| 5 | +lastupdated: "2021-10-04" |
6 | 6 |
|
7 | 7 | 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
|
8 | 8 |
|
@@ -32,7 +32,7 @@ Update the application that you created in [Deploying an application from a publ
|
32 | 32 | * Locate the [{{site.data.keyword.codeengineshort}} Projects page](https://cloud.ibm.com/codeengine/projects){: external}.
|
33 | 33 | * Click the name of your project to open the **Overview** page.
|
34 | 34 | * Click **Applications** to open a list of your applications. Click the name of your application to open its application page.
|
35 |
| -2. From the application page, you can view information about the running instances of your application and its revisions and configuration details. Click the name of the application revision that you want to work with to open the configuration summary for that revision. Or, you can click the **Configuration** tab to open the configuration summary for the latest application revision. |
| 35 | +2. From the application page, you can view information about the running instances of your application and its revisions, and configuration details. Click the name of the application revision that you want to work with to open the configuration summary for that revision. Or, you can click the **Configuration** tab to open the configuration summary for the latest application revision. |
36 | 36 | 3. Click **Edit and create new revision** to change the app configuration.
|
37 | 37 | 4. Click **Environment variables**.
|
38 | 38 | 5. Click **Add environment variable**. Define this environment variable as a literal value. Enter `TARGET` for name and `Stranger` for value. Click **Done**.
|
@@ -255,9 +255,9 @@ For more information about creating a build configuration from the console, see
|
255 | 255 | Update an application to reference an image that is built from source code by using the {{site.data.keyword.codeengineshort}} CLI.
|
256 | 256 | {: shortdesc}
|
257 | 257 |
|
258 |
| -For this example, let's make another change to the `myhelloapp` that you updated in [Updating an app to reference a different image in Container Registry with the CLI](#update-app-crimage-cli) to reference a different image that is built from your source code. |
| 258 | +For this example, let's change the `myhelloapp` that you updated in [Updating an app to reference a different image in Container Registry with the CLI](#update-app-crimage-cli) to reference a different image that is built from your source code. |
259 | 259 |
|
260 |
| -From the previous example, the `myhelloapp` app references the `us.icr.io/mynamespace2/helloworld_repo` by using the `myregistry` access information. Let's create a build configuation, run the build, and update the `myhelloapp` to reference the image that was built from source code. |
| 260 | +From the previous example, the `myhelloapp` app references the `us.icr.io/mynamespace2/helloworld_repo` by using the `myregistry` access information. Let's create a build configuration, run the build, and update the `myhelloapp` to reference the image that was built from source code. |
261 | 261 |
|
262 | 262 | 1. Create the build configuration. For example, the following **`build create`** command creates a build configuration that is called `helloworld-build` that 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`.
|
263 | 263 |
|
|
0 commit comments