Update main.yml

This commit is contained in:
qiaofeng1227 2022-12-06 10:49:14 +08:00 committed by GitHub
parent 37b9e6d2d4
commit 6c3575ade2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 == ""