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