Go
Instructions for connecting your Go apps and deploying them on ToyStack
Step 1: Ensure your app is Dockerised
ToyStack uses docker to deploy your application and will look for a Dockerfile
in the top-level of your project structure.
You can either use your own Dockerfile
or use the following template:
Step 2: Import your Git repository
Step 3: Input environment variables
Step 4: Choose a plan
Step 5: Deploy
Simply select the branch you want to deploy, its deployment validity and ToyStack will deploy it
Last updated