Java
Instructions for connecting your Java apps and deploying them on ToyStack
Last updated
Instructions for connecting your Java apps and deploying them on ToyStack
Last updated
Go to the ToyStack Dashboard and create a new project using your repository.
ToyStack can automatically deploy your Java projects. Simply select Java
as the preset while deploying the application.
If you run into issues or you'd like to use your custom configuration, you can use DOCKER
as the framework instead. You can read more about it in the Deploying with Docker page.
There may be framework specific build commands that are needed for your application. You can specify that in the configuration.
Please ensure the PORT
number matches the one specified in your app orDockerfile
For detailed instructions, please see the Environment Variables page.
Simply select the branch you want to deploy, its deployment validity and ToyStack will deploy it