Your application is ready.
…
This address, the database and the certificate are all set up. What you are looking at now is our placeholder — it disappears the moment you push your own code.
Putting your code online
-
Add us as a destination in your project:
… -
Push your code:
git push technovize main - That is it. We build your application, restart it and keep the certificate valid. Every next push works the same way.
Your database is already connected: your application will find it in the
DATABASE_URL environment variable — no configuration needed.