DEV Community

Lucas Lima
Lucas Lima

Posted on

Deploying a Breeze Laravel app on Render - part 2

Now that we've successfully configured our Laravel app to be published on Render cloud, we'll access the admin panel to configure the environment and finally deploy our application!

First we'll login in our Render account and Create a new project, fill with you project's info:

Image description

Now, on our brand new project we'll first create our Postgresql database. Go to + New on top right and click PostgreSQL

step1

After creating our database instance we'll need to copy the internal database URL. Access your database instance and copy it here:

step2

Now we'll create our Web Service instance, on top right click `+ New -> Web Service

Select your laravel project on github

step3

On language select choose Docker

step4

Now, add this environment variables:

step5

Now just click Deploy webservice and see the magic happening!

step6

After that you'll see a success message and receive a link to access your project online, have fun!

last_step

Top comments (0)