build: add the deploy target

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
Vincenzo Palazzo 2023-09-26 14:16:33 +02:00
parent 0e5ef2986b
commit 326ba68efd
Signed by: vincenzopalazzo
GPG Key ID: 8B6DC2B870B80D5F
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
node_modules
.vercel

View File

@ -20,5 +20,5 @@ check:
clean:
{{CC}} clean
deply:
@echo "I do not know how to deploy this stuff"
deploy:
{{CC}} x vercel --prod