Skip to content

Testing Elixir/Phoenix Deployment with Edeliver & Distillery > "Hot Upgrade" from Travis-CI!

Notifications You must be signed in to change notification settings

nelsonic/hello_world_edeliver

Repository files navigation

HelloWorldEdeliver

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with npm install
  • Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

mix edeliver build upgrade --auto-version=git-revision --from=$(curl http://213.168.248.157/_version) --to=$(git rev-parse HEAD) --verbose
mix edeliver deploy upgrade to production --version=$(.deliver/version.sh) --verbose

About

Testing Elixir/Phoenix Deployment with Edeliver & Distillery > "Hot Upgrade" from Travis-CI!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published