mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +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:
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user