mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
backup location path fixed
This commit is contained in:
parent
a2c7800572
commit
719cfe8969
1 changed files with 1 additions and 1 deletions
2
.github/workflows/remove-site.yml
vendored
2
.github/workflows/remove-site.yml
vendored
|
|
@ -222,7 +222,7 @@ jobs:
|
|||
echo \"✅ Site removed successfully!\"
|
||||
echo \"\"
|
||||
echo \"📦 Backup location:\"
|
||||
echo \" ~/frappe-bench/archived/sites/\$ARCHIVED_DIR/private/backups/\"
|
||||
echo \" ~/frappe-bench/archived/sites/${{ github.event.inputs.site_name }}/private/backups/\"
|
||||
echo \"\"
|
||||
echo \"📋 Backup files (timestamp: \$TIMESTAMP):\"
|
||||
echo \"\$FILES\" | sed 's/^/ - /'
|
||||
|
|
|
|||
Loading…
Reference in a new issue