Add the Netlify deploy task.
This commit is contained in:
parent
fe51d368d9
commit
75baaa9f0c
|
@ -3,6 +3,12 @@ clear = true
|
||||||
command = "bun"
|
command = "bun"
|
||||||
args = ["--bun", "astro", "build"]
|
args = ["--bun", "astro", "build"]
|
||||||
|
|
||||||
|
[tasks.deploy-netlify]
|
||||||
|
clear = true
|
||||||
|
command = "netlify"
|
||||||
|
dependencies = ["lint", "build"]
|
||||||
|
args = ["deploy", "-p", "-d", "out/", "-s", "driftingnebula-com"]
|
||||||
|
|
||||||
[tasks.dev]
|
[tasks.dev]
|
||||||
clear = true
|
clear = true
|
||||||
command = "bun"
|
command = "bun"
|
||||||
|
|
Loading…
Reference in New Issue