diff --git a/Makefile.toml b/Makefile.toml index 15b0ac1..61ba33a 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -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"