From b6eef87c9ea279dfdca9f4710ca80acae1f30a9e Mon Sep 17 00:00:00 2001 From: Michael Goberling Date: Tue, 23 Aug 2022 12:18:20 -0400 Subject: [PATCH] Deploy app before running in first app tutorial --- src/pages/getting_started/first_app.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pages/getting_started/first_app.md b/src/pages/getting_started/first_app.md index c377bc27e..56f8590d8 100644 --- a/src/pages/getting_started/first_app.md +++ b/src/pages/getting_started/first_app.md @@ -345,11 +345,17 @@ aio app run --local This will deploy the actions to a local [OpenWhisk](https://openwhisk.apache.org/) instance, which the [CLI](https://github.com/adobe/aio-cli) will autmomatically download and install. The SPA will be run on the local machine. +``` +aio app deploy +``` + +This will deploy the actions to [Adobe I/O Runtime](/apis/experienceplatform/runtime). + ``` aio app run ``` -This will deploy the actions to [Adobe I/O Runtime](/apis/experienceplatform/runtime), while running the UI part on the local machine. +This will use the actions deployed to [Adobe I/O Runtime](/apis/experienceplatform/runtime), while running the UI part on the local machine. #### (First time users) Accepting the Certificate