fix: re-trigger rmfakecloud deployment
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 3m24s

This commit is contained in:
2025-03-16 00:23:39 +00:00
parent 960fe49753
commit 2ef09a3fc8
3 changed files with 0 additions and 4 deletions

View File

@@ -22,7 +22,6 @@
src: "./{{ app }}"
dest: "$HOME"
mode: "0744"
- name: Replace JWT_SECRET_KEY secret
ansible.builtin.replace:
path: "$HOME/{{ app }}/.env"
@@ -34,7 +33,6 @@
path: "$HOME/{{ app }}/.env"
regexp: "SMTP_PASSWORD_VALUE"
replace: "{{ lookup('ansible.builtin.env', 'SMTP_PASSWORD') }}"
- name: Docker compose up
community.docker.docker_compose_v2:
project_src: "$HOME/{{ app }}"