diff options
| author | 2026-07-30 10:59:45 +0700 | |
|---|---|---|
| committer | 2026-07-30 10:59:45 +0700 | |
| commit | f73435c674c0ef67bde106d3f953ace17d22a856 (patch) | |
| tree | 11c43abcfd67ca5223e61c954fe07a5d7b022d38 /deploy | |
| parent | 0d8fc1c94414f8e69cffe389620867a70ea85590 (diff) | |
| parent | 4bdcac0a88d0510df9cdef2e99bee20370fe219b (diff) | |
| download | web-main.tar.gz web-main.zip | |
ci: use self-hosted sayag.it jenkins
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/playbook.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deploy/playbook.yml b/deploy/playbook.yml index f725335..057cc19 100644 --- a/deploy/playbook.yml +++ b/deploy/playbook.yml @@ -6,7 +6,7 @@ vars: docker_volumes: - "{{ saya_today_web_name }}-volume:/data:rw" - + tasks: - name: Initialize Unix socket volume when: >- @@ -26,11 +26,11 @@ community.docker.docker_volume: name: "{{ saya_today_web_name }}-volume" - - name: Deploy saya-today-web Docker Container + - name: Deploy sayauz/web Docker Container community.docker.docker_container: name: "{{ saya_today_web_name }}" hostname: "{{ saya_today_web_hostname }}" - image: "ghcr.io/sayaandy/saya-today-web:{{ saya_today_web_tag }}" + image: "registry.sayag.it/sayauz/web:{{ saya_today_web_tag }}" env: S3_ACCESS_KEY_ID: "{{ saya_today_web_s3_access_key_id }}" S3_SECRET_ACCESS_KEY: "{{ saya_today_web_s3_secret_access_key }}" @@ -42,7 +42,7 @@ MAIL_PASSWORD: "{{ saya_today_web_mail_password }}" MAIL_SALT: "{{ saya_today_web_mail_salt }}" FQDN: "{{ saya_today_web_listen_address }}" - GOOGLE_SITE_VERIFICATION: "{{ saya_today_google_site_verification | default('') }}" + GOOGLE_VERIFICATION: "{{ saya_today_google_verification | default('') }}" YANDEX_VERIFICATION: "{{ saya_today_yandex_verification | default('') }}" BING_VERIFICATION: "{{ saya_today_bing_verification | default('') }}" network_mode: caddy |