<FromGitter>
<nsuchy> @bendangelo At Ulayer we use a custom docker image with docker compose to do deployments, the lack of a web panel might be slightly frustraitng but have you considered a VPS with docker installed?
_whitelogger has joined #amber
_whitelogger has joined #amber
_whitelogger has joined #amber
_whitelogger has joined #amber
fyber has quit [Ping timeout: 276 seconds]
fyber has joined #amber
fyber has quit [Client Quit]
_whitelogger has joined #amber
<FromGitter>
<bendangelo> I'm planning on using digital ocean. I'll give that heroku buildpack a try and see how it goes
<FromGitter>
<bendangelo> Thanks for the tips. I'm just building a simple app to collect analytics. I been trying amber for a week, and so far I like it alot
<FromGitter>
<bendangelo> For me I see two big weaknesses, the amber docs are out of date / lacking. There is no console, it would be awesome if icr would integrated into amber
<FromGitter>
<eliasjpr> @bendangelo we had a somewhat console for amber and it does not play well with a compile language at the moment given that crystal does not generate intermediate code. In regards to the docs feel free to chime in a PR or two
<FromGitter>
<eliasjpr> Also you can build a full deployment pipeline using gitlab digital ocean and Kubernetes
<FromGitter>
<elorest> @bendangelo Amber does have a very useable console replacement. A true console wasn't possible because crystal is compiled. `amber exec` ⏎ ⏎ ICR was removed because every new command you execute also has to run the previous ones. This is bad if you previously typed something like `User.last.destroy`