Remove unneeded password flag from deploy command
This commit is contained in:
parent
5035a5e90d
commit
77c70e0dd1
1 changed files with 1 additions and 1 deletions
2
justfile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue