about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-06-19 15:37:51 +0200
committerAlan Pearce2024-06-19 15:37:51 +0200
commitc279e6a61846af0ac9183fc343e73e5776f43d7a (patch)
treeb39bf8152d2e578d2c9f2a1a7612ad6504b1d1ba
parent0df6daa9339c7f957ed59126e82b9a3590407cac (diff)
downloadwebsite-c279e6a61846af0ac9183fc343e73e5776f43d7a.tar.lz
website-c279e6a61846af0ac9183fc343e73e5776f43d7a.tar.zst
website-c279e6a61846af0ac9183fc343e73e5776f43d7a.zip
add command for preview deployment
-rwxr-xr-xjustfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/justfile b/justfile
index 00f13a1..7bf15b1 100755
--- a/justfile
+++ b/justfile
@@ -38,4 +38,6 @@ deploy-netlify-preview: clean build
 deploy-netlify: clean build check-links
 	netlify deploy --prodIfUnlocked
 
+deploy-preview: deploy-vercel-preview deploy-netlify-preview
+
 deploy-production: deploy-vercel deploy-netlify