Update build_system_image.yml

This commit is contained in:
fal7w 2023-12-16 16:29:41 +03:00 committed by GitHub
parent 30164d634f
commit 1198d230cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,13 +59,13 @@ jobs:
run: |
docker-compose --project-name ${{ github.event.pull_request.head.ref }} \
--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
- name: Deploy the container
run: |
docker-compose --project-name ${{ github.event.pull_request.head.ref }} -f pwd.yml up -d
# - name: Deploy the container
# run: |
# docker-compose --project-name ${{ github.event.pull_request.head.ref }} -f pwd.yml up -d
- name: Create the site