diff options
l--------- | pd/log/run | 1 | ||||
-rwxr-xr-x | pd/run | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/pd/log/run b/pd/log/run new file mode 120000 index 0000000..04b2c93 --- /dev/null +++ b/pd/log/run @@ -0,0 +1 @@ +../../.log/run
\ No newline at end of file @@ -0,0 +1,8 @@ +#!/bin/sh + +source $(dirname $0)/env + +cd $PROJECT_PATH +mix deps.get +mix phx.digest +exec mix phx.server |