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