Using deployment

The Deployment page in the Developer area lets you deploy the backend of your project, roll back to a previous build, view the deployment logs, and open frontend deployment dashboard on Netlify.

Deployments page in the studio

Deploy the backend

To create a new backend deployment, follow these steps:

  1. From the studio home page or from the left menu, go to Developer.
  2. Click Deployment.
  3. In the Backend deployments expandable section, click Deploy new version on the deployment environment you want: the Builds available dialog opens.
  4. Click the build version you want to deploy.

View backend deployment status

To view backend deployment status, follow these steps:

  1. From the studio home page or from the left menu, go to Developer.
  2. Click Deployment.
  3. In the Backend deployments expandable section, you'll see the current deployment's Frontend API URL, version, and status.

View backend deployment logs

To view backend deployment logs, follow these steps:

  1. From the studio home page or from the left menu, go to Developer.
  2. Click Deployment.
  3. In the Backend deployments expandable section, click View deployment log on the deployment environment you want: the Deployment logs for version dialog opens where you can view the logs from the current build version.

Roll back backend deployments

To roll back a backend deployment, follow these steps:

  1. From the studio home page or from the left menu, go to Developer.
  2. Click Deployment.
  3. To roll back to the previous build, click Rollback to <version number> on the environment you want. Otherwise, to roll back to an older build:
    1. Click Deploy new version on the deployment environment you want: the Builds available dialog opens.
    2. Click the build version you want to roll back to.

View frontend deployments

To view the frontend deployments, , follow these steps:

  1. From the studio home page or from the left menu, go to Developer.
  2. Click Deployment.
  3. Click Go to Netlify in the Frontend development expandable section.
Information icon

The Go to Netlify link will stop working if you change your Netlify team's name from frontastic-<your-team> to anything else.