7 líneas
126 B
Bash
7 líneas
126 B
Bash
#!/bin/bash
|
|
git checkout hatthieves
|
|
git pull
|
|
cp /config/prod.exs config/prod.exs
|
|
mix hex.build
|
|
mix deps.get && mix phx.server
|