setting archiving paths

This commit is contained in:
Mate Majoros 2026-01-12 10:20:00 +02:00
parent 719cfe8969
commit f9e4c3b4b1

View file

@ -154,7 +154,7 @@ jobs:
fi
# Drop the site (this will create backup files automatically)
docker compose exec -T backend bench drop-site ${{ github.event.inputs.site_name }} --db-root-password \$MARIADB_ROOT_PASSWORD --force
docker compose exec -T backend bench drop-site ${{ github.event.inputs.site_name }} --db-root-password \$MARIADB_ROOT_PASSWORD --archived-sites-path ~/frappe-bench/archived/sites/${{ github.event.inputs.site_name }} --force
"
- name: Verify site removal