about summary refs log tree commit diff stats
path: root/justfile
diff options
context:
space:
mode:
authorAlan Pearce2024-06-02 11:57:59 +0200
committerAlan Pearce2024-06-02 11:57:59 +0200
commit0b3c9d92312f47b9590e38663ab13c8f53471332 (patch)
tree69c2837e9cf079e16447c7b3e8448c87cf4d6b4d /justfile
parent016edc6999f9d45184136e50b5b19d34529d087d (diff)
downloadwebsite-0b3c9d92312f47b9590e38663ab13c8f53471332.tar.lz
website-0b3c9d92312f47b9590e38663ab13c8f53471332.tar.zst
website-0b3c9d92312f47b9590e38663ab13c8f53471332.zip
additionally deploy to netlify for IPv6 (in 2024...)
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