1
Fork 0

Add the Netlify deploy task.

This commit is contained in:
Bauke 2024-03-08 15:00:17 +01:00
parent fe51d368d9
commit 75baaa9f0c
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,12 @@ clear = true
command = "bun"
args = ["--bun", "astro", "build"]
[tasks.deploy-netlify]
clear = true
command = "netlify"
dependencies = ["lint", "build"]
args = ["deploy", "-p", "-d", "out/", "-s", "driftingnebula-com"]
[tasks.dev]
clear = true
command = "bun"