Deploy your app
Running your app provides a preliminary snapshot of your Add-on behavior before deploying it. This information can facilitate debugging. You can force build and deployment of a deployed your app without re-submitting it for approval.
To run the app:
Run the app in https://localhost:9080
:
aio app run
To deploy the app:
-
Navigate to your Deployment workspace. For example, to navigate to the Production workspace:
code language-bash aio app use -w Production
-
Deploy the app:
code language-bash aio app deploy
To force re-deployment:
aio app build --force-build
aio app deploy --force-deploy
To build and deploy at the same time:
aio app deploy --force-build --force-deploy
To view the app:
After deployment, you can view the app in GenStudio for Performance Marketing by adding a query
parameter to the GenStudio for Performance Marketing URL:
https://experience.adobe.com/?ext=https://<my-deployed-add-on>.adobeio-static.net/index.html#/@<ims-org>/genstudio/create
If you are satisfied with your Add-on, you are ready to distribute it without the query
parameter.
You can now distribute your app.