Update down_site.yml

This commit is contained in:
fal7w 2023-12-11 17:36:06 +03:00 committed by GitHub
parent 1e04c65a95
commit c293e91a91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ jobs:
steps:
- name: drop site commond
run: |
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 drop-site --mariadb-root-password ${{ vars.MARIADB_PASSWORD }} ${{ github.event.pull_request.head.ref }}