From d8f8b5c05811bdb46f8c5bceb74e02c7a83bf811 Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Sun, 12 May 2024 11:48:56 +0300 Subject: [PATCH] Update deployer.yml --- tasks/deployer.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tasks/deployer.yml b/tasks/deployer.yml index 1340ea1..f53a234 100644 --- a/tasks/deployer.yml +++ b/tasks/deployer.yml @@ -197,6 +197,14 @@ tags: - wordpress +- name: "Deployer - Wordpress - Configure - Theme - Git Operations" + git: + repo: https://github.com/MatteZ02/wp-smarter-inside.git + dest: /root/wordpress/data/wp-content/themes/smarter-inside + version: main + tags: + - wordpress + - name: "Deployer - Wordpress - Pull Image" containers.podman.podman_image: name: docker.io/library/wordpress @@ -212,6 +220,7 @@ recreate: on network: host volumes: + - "/root/wordpress/data/wp-content/themes/smarter-inside:/var/www/html/wp-content/themes/smarter-inside" - "/root/wordpress/data/wp-content/plugins:/var/www/html/wp-content/plugins" - "/root/wordpress/data/wp-content/uploads:/var/www/html/wp-content/uploads" - "/root/wordpress/conf/000-default.conf:/etc/apache2/sites-enabled/000-default.conf"