From 396cc3f2a503a6b2887e23bc37a071c5c63224ef Mon Sep 17 00:00:00 2001 From: Mate Majoros Date: Mon, 12 Jan 2026 10:26:55 +0200 Subject: [PATCH] fixed archiving paths --- .github/workflows/remove-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/remove-site.yml b/.github/workflows/remove-site.yml index 1c5c8161..a5a4021b 100644 --- a/.github/workflows/remove-site.yml +++ b/.github/workflows/remove-site.yml @@ -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 --archived-sites-path ~/frappe-bench/archived/sites/${{ github.event.inputs.site_name }} --force + docker compose exec -T backend bench drop-site ${{ github.event.inputs.site_name }} --db-root-password \$MARIADB_ROOT_PASSWORD --archived-sites-path /home/frappe/frappe-bench/archived/sites/${{ github.event.inputs.site_name }} --force " - name: Verify site removal