chore: sync staging workspace

This commit is contained in:
2025-11-01 19:02:09 +01:00
parent 478754ab02
commit 5a79646daf
58 changed files with 2035 additions and 709 deletions

View File

@@ -0,0 +1,11 @@
---
- hosts: localhost
connection: local
gather_facts: no
vars_files:
- deployment/ansible/secrets/production.vault.yml
tasks:
- name: Extract CI_TOKEN
debug:
msg: "{{ vault_git_token }}"
no_log: false