Files
docker-compose-hatthieves/development/pleroma-test/pleroma/entrypoint.sh
2020-05-28 10:34:48 +00:00

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