Set min-required-payment to 0 when publishing webapp deployer record

This commit is contained in:
Adw8 2024-09-30 09:59:52 +05:30 committed by nabarun
parent 1b50f0c549
commit 0635869073
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@
--api-url https://webapp-deployer-api.pwa.{{ full_domain }} \
--public-key-file /home/root/config/webapp-deployer-api.{{ full_domain }}.pgp.pub \
--lrn lrn://{{ authority_name }}/deployers/webapp-deployer-api.{{ full_domain }} \
--min-required-payment 100
--min-required-payment 0
register: publish_output
- name: Display publish output

View File

@ -1,4 +1,4 @@
target_host: ""
target_host: "deployment_host"
gpg_key_id: ""
vault_passphrase: ""
org_id: ""