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
c644fb734e
commit
b438ad818b
1 changed files with 6 additions and 4 deletions
10
.github/workflows/down_site.yml
vendored
10
.github/workflows/down_site.yml
vendored
|
|
@ -11,13 +11,15 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
down_site:
|
down_site:
|
||||||
runs-on:
|
runs-on:
|
||||||
# - self-hosted
|
- self-hosted
|
||||||
- ubuntu-latest
|
# - ubuntu-latest
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: drop site commond
|
- name: drop site commond
|
||||||
run: |
|
run: |
|
||||||
docker compose --project-name ${{ vars.BRANCH_NAME }} exec -T backend \
|
${{ github.event.pull_request.head.ref }}
|
||||||
bench drop-site --mariadb-root-password ${{ vars.MARIADB_PASSWORD }} ${{ vars.SITE_NAME }}
|
|
||||||
|
# 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