Request Diginext Server to build the application & push that image to the Container Registry (It won't deploy the app):
dx build
# options
dx build --registry=<registry-slug>
dx build --image=<image_url>:<image_tag>
Deploy your web app to DEV environment:
dx deploy
# is equalivent with
dx deploy --dev
Deploy to PRODUCTION environment:
dx deploy --prod
# to any other clusters
dx deploy --prod --select-cluster
(*) Notes: new deployment of PROD environment will not be rolled out immediately like other environments.
After the build process finished, access Diginext Workspace to preview the deployment, if everything is okay, you can process ROLLING OUT within the Admin UI.
Deploy to custom enviroments:
dx deploy --env=canary