aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-11-18 17:04:50 -0500
committerThedro Neely <thedroneely@gmail.com>2022-11-18 17:53:31 -0500
commitde6f5e2be5dfbd2c55dd689439f46363649ae747 (patch)
tree7d76e309a3f27c850a178107cb92b0e978ae6ed7 /Makefile
parent6aa5d8a6b09b60ac819ca90059e07e4e9cb7844d (diff)
downloadedwinmattiacci.com-de6f5e2be5dfbd2c55dd689439f46363649ae747.tar.gz
edwinmattiacci.com-de6f5e2be5dfbd2c55dd689439f46363649ae747.tar.bz2
edwinmattiacci.com-de6f5e2be5dfbd2c55dd689439f46363649ae747.zip
bootstrap/database/Connection: Swap to sqlite
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' \