Update down_site.yml

This commit is contained in:
fal7w 2023-12-11 17:38:26 +03:00 committed by GitHub
parent c293e91a91
commit c6141a893d
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 backend \
bench drop-site --mariadb-root-password ${{ vars.MARIADB_PASSWORD }} ${{ github.event.pull_request.head.ref }}