Phoenix CI/CD Guide Outdated, could use editing
Test Phoenix with CI/CD Issues:
- Uses outdated Phoenix commands,
mix phoenix.-- Phoenix versions >= 1.3 should usemix phx. - The Elixir image referenced in the CI file is outdated (Elixir 1.4) and is no longer maintained; should just use the official image:
image: elixir:latest) -
before_scriptshould also containrebarinstallation - Code in
variables:and other sections differs throughout the article - May be useful to add note about adding postgres service reference to
mix:for docker users
Edited by Nick West