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: | 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