mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 08:45: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:
|
||||
down_site:
|
||||
runs-on:
|
||||
# - self-hosted
|
||||
- ubuntu-latest
|
||||
- self-hosted
|
||||
# - ubuntu-latest
|
||||
|
||||
|
||||
|
||||
steps:
|
||||
- name: drop site commond
|
||||
run: |
|
||||
docker compose --project-name ${{ vars.BRANCH_NAME }} exec -T backend \
|
||||
bench drop-site --mariadb-root-password ${{ vars.MARIADB_PASSWORD }} ${{ vars.SITE_NAME }}
|
||||
${{ 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