Skip to content

Merge pull request #703 from Studio-Yandex-Practicum/bug/remove-dupli… #1558

Merge pull request #703 from Studio-Yandex-Practicum/bug/remove-dupli…

Merge pull request #703 from Studio-Yandex-Practicum/bug/remove-dupli… #1558

Workflow file for this run

name: Stage Deploy
concurrency:
group: stage_deploy
cancel-in-progress: true
on:
push:
branches:
- develop
- dev-2.1
workflow_dispatch:
jobs:
deploy:
uses: ./.github/workflows/deploy.yaml
with:
environment: deploy
label: stage
compose_file: ./infra/docker-compose.swag.yml
secrets: inherit