mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 14:38:12 +00:00
add dev-edr-branch
This commit is contained in:
11
.github/workflows/deploy.yml
vendored
11
.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"
|
||||||
@@ -110,7 +111,7 @@ jobs:
|
|||||||
DEPLOY_USER: tria
|
DEPLOY_USER: tria
|
||||||
DOCKER_BUILDKIT: "1"
|
DOCKER_BUILDKIT: "1"
|
||||||
COMPOSE_DOCKER_CLI_BUILD: "1"
|
COMPOSE_DOCKER_CLI_BUILD: "1"
|
||||||
ENV_MANAGER_TOKEN: ${{ secrets.ENV_MANAGER_TOKEN }}
|
ENV_MANAGER_TOKEN: ${{ secrets.ENV_MANAGER_TOKEN }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user