From 77c70e0dd180199486d4faee5b42abc80931cf6f Mon Sep 17 00:00:00 2001 From: sepia Date: Tue, 29 Jul 2025 13:45:58 -0500 Subject: [PATCH] Remove unneeded password flag from deploy command --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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