diff options
author | Alan Pearce | 2024-06-19 15:37:51 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-19 15:37:51 +0200 |
commit | c279e6a61846af0ac9183fc343e73e5776f43d7a (patch) | |
tree | b39bf8152d2e578d2c9f2a1a7612ad6504b1d1ba /justfile | |
parent | 0df6daa9339c7f957ed59126e82b9a3590407cac (diff) | |
download | website-c279e6a61846af0ac9183fc343e73e5776f43d7a.tar.lz website-c279e6a61846af0ac9183fc343e73e5776f43d7a.tar.zst website-c279e6a61846af0ac9183fc343e73e5776f43d7a.zip |
add command for preview deployment
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 2 |
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 |