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:
Now, on our brand new project we'll first create our Postgresql database. Go to + New
on top right and click PostgreSQL
After creating our database instance we'll need to copy the internal database URL. Access your database instance and copy it here:
Now we'll create our Web Service instance, on top right click `+ New -> Web Service
Select your laravel project on github
On language select choose Docker
Now, add this environment variables:
Now just click Deploy webservice and see the magic happening!
After that you'll see a success message and receive a link to access your project online, have fun!
Top comments (0)