move deployment to dev branch

This commit is contained in:
SennayT
2026-05-28 14:12:32 +03:00
parent af5f4cd038
commit 37c13ee7e1
3 changed files with 17 additions and 16 deletions

View File

@@ -4,9 +4,8 @@ on:
push:
branches:
- main
- develop
- dev
- staging
- feat/improve-buid-pipeline
paths:
- "apps/edr-freight-api/**"
- "apps/edr-freight-web/**"
@@ -67,13 +66,13 @@ jobs:
freight-portal \
freight-backoffice
# - name: Deploy containers
# run: |
# set -euo pipefail
# docker compose --project-name "${COMPOSE_PROJECT_NAME}" up -d \
# freight-api \
# freight-portal \
# freight-backoffice
- name: Deploy containers
run: |
set -euo pipefail
docker compose --project-name "${COMPOSE_PROJECT_NAME}" up -d \
freight-api \
freight-portal \
freight-backoffice
- name: Remove npm credentials from workspace
if: always()
@@ -120,13 +119,13 @@ jobs:
passenger-portal \
passenger-backoffice
# - name: Deploy containers
# run: |
# set -euo pipefail
# docker compose --project-name "${COMPOSE_PROJECT_NAME}" up -d \
# passenger-api \
# passenger-portal \
# passenger-backoffice
- name: Deploy containers
run: |
set -euo pipefail
docker compose --project-name "${COMPOSE_PROJECT_NAME}" up -d \
passenger-api \
passenger-portal \
passenger-backoffice
- name: Remove npm credentials from workspace
if: always()