Loading...

Deploying a site to Cloud Next

After you complete the development of your site, you must deploy it to Cloud Next.

To deploy the site:

  1. Push the artifact
  2. Push the database
  3. Push the files
  4. Deploy the branch to the environment

Pushing the artifact

To push the artifact to Cloud Next:

  1. Run the following command:

    acli push:artifact --destination-git-branch=main-build
    

Pushing the database

To push the database to Cloud Next:

  1. Run the following command:

    acli push:db
    

Pushing the files

To push the files to Cloud Next:

  1. Run the following command:

    acli push:files
    

Deploying the branch to the environment

To deploy the branch to the environment:

  1. Switch the code with the artifact branch.

Did not find what you were looking for?

If this content did not answer your questions, try searching or contacting our support team for further assistance.

Back to Section navigation
Back to Site navigation