diff --git a/justfile b/justfile index 3a710ac..9c24bd9 100644 --- a/justfile +++ b/justfile @@ -8,7 +8,7 @@ build: bun build --compile --minify --target bun --outfile ./target/sepiatones_xyz ./src/index.tsx deploy: build - ansible-playbook -i ansible/hosts.ini ansible/deploy.yml --ask-become-pass + ansible-playbook -i ansible/hosts.ini ansible/deploy.yml test: bun test