about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rwxr-xr-xjustfile8
1 files changed, 7 insertions, 1 deletions
diff --git a/justfile b/justfile
index bf20fbf..dcd242a 100755
--- a/justfile
+++ b/justfile
@@ -84,4 +84,10 @@ deploy-vercel: clean build check-links
 	vercel pull --environment=production
 	vercel deploy --prod
 
-deploy-production: deploy-vercel
+deploy-netlify-preview: clean build
+	netlify deploy
+
+deploy-netlify: clean build check-links
+	netlify deploy --prodIfUnlocked
+
+deploy-production: deploy-vercel deploy-netlify