|
|
|
|
|
by orliesaurus
2890 days ago
|
|
I like the site in general, but I am not familiar with your workflow. 1. I write some code
2. I git push
3. ???
4. Somehow my code has been containerized and is running in a cloud? I think you're missing some logical steps on your homepage, and also a features page that drills down into exactly what you offer (I get the general gist but what are the exact features?) would be necessary. |
|
The workflow is similar to Heroku's except it's all Docker based: 1. Write code, 2. Git push (your code is containerized), 3. Create your app/services via the CLI/UI. 4. Running in the cloud
I'll set some time aside to work on improving the home page and adding a features page -- thanks again!