mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-01 18:13:27 +00:00
add dev-edr-branch
This commit is contained in:
9
.github/workflows/deploy.yml
vendored
9
.github/workflows/deploy.yml
vendored
@@ -4,6 +4,7 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- dev
|
- dev
|
||||||
- staging
|
- staging
|
||||||
|
- uat
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
@@ -35,10 +36,10 @@ jobs:
|
|||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
ALL_SERVICES=(
|
ALL_SERVICES=(
|
||||||
"freight-api"
|
# "freight-api"
|
||||||
"freight-portal"
|
# "freight-portal"
|
||||||
"freight-backoffice"
|
# "freight-backoffice"
|
||||||
"gps-tracker"
|
# "gps-tracker"
|
||||||
"passenger-api"
|
"passenger-api"
|
||||||
"passenger-portal"
|
"passenger-portal"
|
||||||
"passenger-backoffice"
|
"passenger-backoffice"
|
||||||
|
|||||||
Reference in New Issue
Block a user