Skip to content
This repository was archived by the owner on Jul 4, 2022. It is now read-only.
/ m307 Public archive

A credit companies internal website source code leak 2030

Notifications You must be signed in to change notification settings

3n3a-school/m307

Repository files navigation

M307

Production Deployment CI

Generate Project

mix phx.new —database=mysql —no-dashboard —no-live —no-mailer

Start Dev

  1. Start Mysql Db
(cd _infra/dev/ && ./start.sh)
  1. Start dev server
mix phx.server

Start Prod

Run script

(cd _infra/prod/ && ./start.sh)