mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-04 05:20:35 +00:00
Update main.yml
This commit is contained in:
parent
37b9e6d2d4
commit
6c3575ade2
1 changed files with 7 additions and 0 deletions
|
@ -14,3 +14,10 @@
|
|||
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
|
||||
chmod +x wp-cli.phar
|
||||
mv wp-cli.phar wp
|
||||
|
||||
- block:
|
||||
- name: Delete minio all config
|
||||
shell: |
|
||||
cd /data/apps/minio && docker compose down -v
|
||||
rm -rf /data/apps/minio
|
||||
when: wordpress_solution == ""
|
||||
|
|
Loading…
Reference in a new issue