Create down_site.yml

This commit is contained in:
fal7w 2023-11-27 09:45:41 +03:00 committed by GitHub
parent 3c30013f87
commit cb2655d68f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.github/workflows/down_site.yml vendored Normal file
View 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