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
30164d634f
commit
1198d230cf
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build_system_image.yml
vendored
8
.github/workflows/build_system_image.yml
vendored
|
|
@ -59,13 +59,13 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
docker-compose --project-name ${{ github.event.pull_request.head.ref }} \
|
docker-compose --project-name ${{ github.event.pull_request.head.ref }} \
|
||||||
--env-file ~/gitops/${{ github.event.pull_request.head.ref }}.env \
|
--env-file ~/gitops/${{ github.event.pull_request.head.ref }}.env \
|
||||||
-f pwd.yml
|
-f pwd.yml up -d
|
||||||
# config > ~/gitops/${{ github.event.pull_request.head.ref }}.yaml
|
# config > ~/gitops/${{ github.event.pull_request.head.ref }}.yaml
|
||||||
|
|
||||||
|
|
||||||
- name: Deploy the container
|
# - name: Deploy the container
|
||||||
run: |
|
# run: |
|
||||||
docker-compose --project-name ${{ github.event.pull_request.head.ref }} -f pwd.yml up -d
|
# docker-compose --project-name ${{ github.event.pull_request.head.ref }} -f pwd.yml up -d
|
||||||
|
|
||||||
|
|
||||||
- name: Create the site
|
- name: Create the site
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue