After you complete the development of your site, you must deploy it to Cloud Next.
To deploy the site:
- Push the artifact
 - Push the database
 - Push the files
 - Deploy the branch to the environment
 
To push the artifact to Cloud Next:
Run the following command:
acli push:artifact --destination-git-branch=main-build
To push the database to Cloud Next:
Run the following command:
To push the files to Cloud Next:
Run the following command:
To deploy the branch to the environment:
Switch the code with the artifact branch.