Remove unneeded password flag from deploy command
This commit is contained in:
parent
5035a5e90d
commit
77c70e0dd1
2
justfile
2
justfile
|
@ -8,7 +8,7 @@ build:
|
||||||
bun build --compile --minify --target bun --outfile ./target/sepiatones_xyz ./src/index.tsx
|
bun build --compile --minify --target bun --outfile ./target/sepiatones_xyz ./src/index.tsx
|
||||||
|
|
||||||
deploy: build
|
deploy: build
|
||||||
ansible-playbook -i ansible/hosts.ini ansible/deploy.yml --ask-become-pass
|
ansible-playbook -i ansible/hosts.ini ansible/deploy.yml
|
||||||
|
|
||||||
test:
|
test:
|
||||||
bun test
|
bun test
|
||||||
|
|
Loading…
Reference in New Issue