mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 16:55:08 +00:00
Update down_site.yml
This commit is contained in:
parent
c6141a893d
commit
898ba42bd3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/down_site.yml
vendored
4
.github/workflows/down_site.yml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: drop site commond
|
- name: drop site commond
|
||||||
run: |
|
run: |
|
||||||
docker-compose --project-name ${{ github.event.pull_request.head.ref }} exec backend \
|
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 }}
|
bench drop-site --mariadb-root-password ${{ vars.MARIADB_PASSWORD }} ${{ github.event.pull_request.head.ref }}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue