all repos — website @ c279e6a61846af0ac9183fc343e73e5776f43d7a

My website

add command for preview deployment
Alan Pearce alan@alanpearce.eu
Wed, 19 Jun 2024 15:37:51 +0200
commit

c279e6a61846af0ac9183fc343e73e5776f43d7a

parent

0df6daa9339c7f957ed59126e82b9a3590407cac

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M justfilejustfile
@@ -38,4 +38,6 @@ deploy-netlify: clean build check-links
 	netlify deploy --prodIfUnlocked
 
+deploy-preview: deploy-vercel-preview deploy-netlify-preview
+
 deploy-production: deploy-vercel deploy-netlify