diff options
| author | 2026-06-21 03:30:23 +0700 | |
|---|---|---|
| committer | 2026-06-21 03:30:23 +0700 | |
| commit | 3e75a5457e9a7e3df9f0808a2ea518412616a935 (patch) | |
| tree | c95696f8b4a8542d034955d1b8908a2c77918467 /deploy | |
| parent | 86374eae688fd184fdd57e876a534ebc37b19974 (diff) | |
| download | web-3e75a5457e9a7e3df9f0808a2ea518412616a935.tar.gz web-3e75a5457e9a7e3df9f0808a2ea518412616a935.zip | |
fix: paste bing verification into ci
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/playbook.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/playbook.yml b/deploy/playbook.yml index ae3e936..f725335 100644 --- a/deploy/playbook.yml +++ b/deploy/playbook.yml @@ -44,6 +44,7 @@ FQDN: "{{ saya_today_web_listen_address }}" GOOGLE_SITE_VERIFICATION: "{{ saya_today_google_site_verification | default('') }}" YANDEX_VERIFICATION: "{{ saya_today_yandex_verification | default('') }}" + BING_VERIFICATION: "{{ saya_today_bing_verification | default('') }}" network_mode: caddy networks: - name: caddy |