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.
Deploy the backend
To create a new backend deployment, follow these steps:
- From the studio home page or from the left menu, go to Developer.
- Click Deployment.
- In the Backend deployments expandable section, click Deploy new version on the deployment environment you want: the Builds available dialog opens.
- Click the build version you want to deploy.
View backend deployment status
To view backend deployment status, follow these steps:
- From the studio home page or from the left menu, go to Developer.
- Click Deployment.
- 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:
- From the studio home page or from the left menu, go to Developer.
- Click Deployment.
- 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:
- From the studio home page or from the left menu, go to Developer.
- Click Deployment.
- 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:
- Click Deploy new version on the deployment environment you want: the Builds available dialog opens.
- Click the build version you want to roll back to.
View frontend deployments
To view the frontend deployments, , follow these steps:
- From the studio home page or from the left menu, go to Developer.
- Click Deployment.
- Click Go to Netlify in the Frontend development expandable section.
The Go to Netlify link will stop working if you change your Netlify team's name from frontastic-<your-team>
to anything else.