Skip to content

An example project showing how to deploy Elixir/Phoenix on Jetify Deploys

Notifications You must be signed in to change notification settings

jetify-com/jetify-deploys-phoenix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixir/Phoenix Example Project

Example project for use with Jetify Cloud Brief description of framework and language

How to Use

  • Create an account on Jetify Cloud
  • Fork or clone this repo to your own account
  • In the Jetify Dashboard, create a new project, and select the cloned repo from your account

About this project

Packages Installed

  • Elixir 1.16.3
  • Rebar3 3.23.0

Env Variables

"MIX_HOME": "$PWD/.nix-mix",
"HEX_HOME": "$PWD/.nix-hex",
"ERL_AFLAGS": "-kernel shell_history enabled",
"PORT": "8080"

Note that project's config/dev.exs file is configured to use the PORT environment variable.

Scripts

Install: cd ./hello && mix deps.get

Build: cd ./hello && mix compile

Start: cd ./hello && mix phx.server

About

An example project showing how to deploy Elixir/Phoenix on Jetify Deploys

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published