GoogleCloudPlatform / elixir-runtime

The community-supported runtime for Elixir on Google App Engine.
https://cloud.google.com/elixir
Apache License 2.0
180 stars 14 forks source link

Support for Phoenix 1.2 #5

Closed newterminator closed 6 years ago

newterminator commented 6 years ago

I have got 2 apps that I'd like to deploy to GAP Flexible Environment.

Is it possible to do so for apps written using Phoenix 1.2 ?

dazuma commented 6 years ago

Yes, Phoenix 1.2 is supported.

dazuma commented 6 years ago

See https://cloud.google.com/community/tutorials/elixir-phoenix-on-google-app-engine for some howtos.

newterminator commented 6 years ago

Hey @dazuma Thanks for your quick response. I am gonna check out the tutorial and get started with it today !!! Thanks so much.