mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 23:50:31 +00:00
wordpress
This commit is contained in:
parent
404f4c5939
commit
8abab8d59f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
shell: |
|
||||
docker cp wp-cli.phar wordpress:/tmp
|
||||
docker exec -it wordpress chmod +x /tmp/wp-cli.phar
|
||||
docker exec -it mv /tmp/wp-cli.phar /usr/local/bin/wp
|
||||
docker exec -it wordpress mv /tmp/wp-cli.phar /usr/local/bin/wp
|
||||
|
||||
- block:
|
||||
- name: Download {{wordpress_theme}} theme
|
||||
|
|
Loading…
Reference in a new issue