summaryrefslogtreecommitdiff
path: root/pd/run
diff options
context:
space:
mode:
Diffstat (limited to 'pd/run')
-rwxr-xr-xpd/run8
1 files changed, 8 insertions, 0 deletions
diff --git a/pd/run b/pd/run
new file mode 100755
index 0000000..6438625
--- /dev/null
+++ b/pd/run
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+source $(dirname $0)/env
+
+cd $PROJECT_PATH
+mix deps.get
+mix phx.digest
+exec mix phx.server