mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 16:25:09 +00:00
Create down_site.yml
This commit is contained in:
parent
3c30013f87
commit
cb2655d68f
1 changed files with 16 additions and 0 deletions
16
.github/workflows/down_site.yml
vendored
Normal file
16
.github/workflows/down_site.yml
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: down site base on project name
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
down_site:
|
||||
runs-on:
|
||||
- self-hosted
|
||||
|
||||
|
||||
steps:
|
||||
- name: drop site commond
|
||||
run: |
|
||||
docker compose --project-name erpnext-one exec backend \
|
||||
bench drop-site --mariadb-root-password fintech2023 agent.fintechsys.net
|
||||
Loading…
Reference in a new issue