mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
fixed archiving paths
This commit is contained in:
parent
f9e4c3b4b1
commit
396cc3f2a5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/remove-site.yml
vendored
2
.github/workflows/remove-site.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue