diff options
| author | 2026-06-21 03:31:42 +0700 | |
|---|---|---|
| committer | 2026-06-21 03:31:42 +0700 | |
| commit | 0d8fc1c94414f8e69cffe389620867a70ea85590 (patch) | |
| tree | c95696f8b4a8542d034955d1b8908a2c77918467 /deploy/playbook.yml | |
| parent | 27f449904d21eebe0fb36a9dfaaf8218130334e4 (diff) | |
| parent | 3e75a5457e9a7e3df9f0808a2ea518412616a935 (diff) | |
| download | web-0.17.3.1.tar.gz web-0.17.3.1.zip | |
v0.17.3.1 (#46)v0.17.3.1
- fix: paste bing verification into ci
Diffstat (limited to 'deploy/playbook.yml')
| -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 |