Update build_system_image.yml

This commit is contained in:
fal7w 2023-12-11 16:58:11 +03:00 committed by GitHub
parent c7c90d316e
commit bd40315418
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ jobs:
- name: Deploy the container
run: |
docker-compose --project-name ${{ vars.BRANCH_NAME }} -f ~/gitops/${{ github.event.pull_request.head.ref }}.yaml up -d
docker-compose --project-name ${{ github.event.pull_request.head.ref }} -f ~/gitops/${{ github.event.pull_request.head.ref }}.yaml up -d
- name: Create the site