mirror of
https://github.com/MatteZ02/infra.git
synced 2024-11-09 20:40:18 +00:00
Update deployer.yml
This commit is contained in:
parent
ec60593717
commit
d8f8b5c058
@ -197,6 +197,14 @@
|
|||||||
tags:
|
tags:
|
||||||
- wordpress
|
- 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"
|
- name: "Deployer - Wordpress - Pull Image"
|
||||||
containers.podman.podman_image:
|
containers.podman.podman_image:
|
||||||
name: docker.io/library/wordpress
|
name: docker.io/library/wordpress
|
||||||
@ -212,6 +220,7 @@
|
|||||||
recreate: on
|
recreate: on
|
||||||
network: host
|
network: host
|
||||||
volumes:
|
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/plugins:/var/www/html/wp-content/plugins"
|
||||||
- "/root/wordpress/data/wp-content/uploads:/var/www/html/wp-content/uploads"
|
- "/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"
|
- "/root/wordpress/conf/000-default.conf:/etc/apache2/sites-enabled/000-default.conf"
|
||||||
|
Loading…
Reference in New Issue
Block a user