Fork me on GitHub
#pedestal
<
2019-08-05
>
Janne Sauvala16:08:43

Hello, I’m trying out Pedestal with deps.edn. Do you have a recommended way to deploy Pedestal server that uses deps.edn?

souenzzo17:08:46

just run clojure -m my-app.core in your server @janne.sauvala

Janne Sauvala20:08:36

Oh right. This is handy if I don’t need to create a jar. Just place my files within a container and run that :face_with_monocle:

souenzzo00:08:10

#datomic ions, a "cloud environment" by cognitect deploy things just zipping local folder and dumping into server

Janne Sauvala05:08:43

Thanks, this is really helpful to know 👍:skin-tone-2: