mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-24 08:45:10 +00:00
Update build_system_image.yml
This commit is contained in:
parent
89ac2276dc
commit
5194a91612
1 changed files with 5 additions and 2 deletions
7
.github/workflows/build_system_image.yml
vendored
7
.github/workflows/build_system_image.yml
vendored
|
|
@ -49,8 +49,11 @@ jobs:
|
|||
|
||||
- name: Create the site
|
||||
run: |
|
||||
docker-compose --project-name ${{ github.event.pull_request.head.ref }} exec -T backend \
|
||||
bench new-site --no-mariadb-socket --admin-password=${{ vars.MARIADB_PASSWORD }} --db-root-password=${{ vars.MARIADB_PASSWORD }} --install-app erpnext --set-default ${{ github.event.pull_request.head.ref }}
|
||||
docker-compose --project-name fintechsys exec backend \
|
||||
bench new-site --no-mariadb-socket --admin-password=fintech2023 --db-root-password=fintech2023 --install-app erpnext --set-default fintechsys
|
||||
|
||||
# docker-compose --project-name ${{ github.event.pull_request.head.ref }} exec -T backend \
|
||||
# bench new-site --no-mariadb-socket --admin-password=${{ vars.MARIADB_PASSWORD }} --db-root-password=${{ vars.MARIADB_PASSWORD }} --install-app erpnext --set-default ${{ github.event.pull_request.head.ref }}
|
||||
|
||||
|
||||
# - name: Create the site
|
||||
|
|
|
|||
Loading…
Reference in a new issue