mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 00:55:10 +00:00
Update down_site.yml
This commit is contained in:
parent
bd40315418
commit
1e04c65a95
1 changed files with 2 additions and 1 deletions
3
.github/workflows/down_site.yml
vendored
3
.github/workflows/down_site.yml
vendored
|
|
@ -19,6 +19,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: drop site commond
|
- name: drop site commond
|
||||||
run: |
|
run: |
|
||||||
${{ github.event.pull_request.head.ref }}
|
docker compose --project-name ${{ github.event.pull_request.head.ref }} exec -T backend \
|
||||||
|
bench drop-site --mariadb-root-password ${{ vars.MARIADB_PASSWORD }} ${{ github.event.pull_request.head.ref }}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue