esl / MongoosePush

MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS.
Apache License 2.0
108 stars 24 forks source link

Migrate to mix release #204

Closed kamilwaz closed 1 year ago

kamilwaz commented 1 year ago

Migrate releases from distillery to mix release.

michalwski commented 1 year ago

One more thing. Could you point to a CircleCi log showing that MongoosPush starts in docker and we can talk to it like we did before?

kamilwaz commented 1 year ago

One more thing. Could you point to a CircleCi log showing that MongoosPush starts in docker and we can talk to it like we did before?

Here: https://app.circleci.com/pipelines/github/esl/MongoosePush/1191/workflows/9af95ef1-db85-4343-829f-c25532340608/jobs/9482?invite=true#step-111-2.

mix test.env.wait waits for all components to be up and running, including MongoosePush (https/8443).