mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
syntax fixed
This commit is contained in:
parent
52d2afb748
commit
5f001f71e0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/remove-site.yml
vendored
2
.github/workflows/remove-site.yml
vendored
|
|
@ -155,7 +155,7 @@ jobs:
|
||||||
|
|
||||||
# Drop the site (this will create backup files automatically)
|
# 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 --force
|
||||||
|
"
|
||||||
|
|
||||||
- name: Verify site removal
|
- name: Verify site removal
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue