aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 761bd96..f64cbd6 100644
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,9 @@ deploy:
ln --symbolic --force '$(path)/public' '$(prelaunch)'
make minify
make cache
- cd '$(deployment)' && make site && make migration
+ cd '$(deployment)' && make site
make permissions
+ cd '$(deployment)' && make migration
mv --force --no-target-directory '$(prelaunch)' '$(public)'
find '$(target)' -maxdepth 1 ! -path '$(target)' -type d -printf '%T@\t%p\n' \
| sort --reverse --general-numeric-sort --field-separator $$'\t' \