add dev-edr-branch

This commit is contained in:
SennayT
2026-08-07 16:17:58 +03:00
parent 116ea97be8
commit 07bf7403a1

View File

@@ -4,6 +4,7 @@ on:
branches:
- dev
- staging
- uat
workflow_dispatch:
permissions:
@@ -35,10 +36,10 @@ jobs:
set -euo pipefail
ALL_SERVICES=(
"freight-api"
"freight-portal"
"freight-backoffice"
"gps-tracker"
# "freight-api"
# "freight-portal"
# "freight-backoffice"
# "gps-tracker"
"passenger-api"
"passenger-portal"
"passenger-backoffice"
@@ -110,7 +111,7 @@ jobs:
DEPLOY_USER: tria
DOCKER_BUILDKIT: "1"
COMPOSE_DOCKER_CLI_BUILD: "1"
ENV_MANAGER_TOKEN: ${{ secrets.ENV_MANAGER_TOKEN }}
ENV_MANAGER_TOKEN: ${{ secrets.ENV_MANAGER_TOKEN }}
steps:
- name: Checkout