aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/deploy.sh b/deploy.sh
index 7f37873..9e418e4 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -30,10 +30,11 @@ if [ ! -d node_modules ]; then
npm i
fi
-$PHP build_static.php
-
cp "$DEV_DIR/config-local.php" .
sed -i '/is_dev/d' ./config-local.php
+
+$PHP build_static.php
+
popd
# copy staging to prod