|
|
|
|
|
by MrCheese
2207 days ago
|
|
How does the deployment process differ from CapRover/Dokku? Deploying a simple app with a database with Dokku is something like:
1. Run command to create a database of your choice(Postgres, MySQL, Redis etc)
2. Run command to create application
3. Run command to link the database to the application
4. Push to the Dokku repo to deploy the application. |
|