add
All checks were successful
Deploy Dev / Build (pull_request) Successful in 4s
Deploy Dev / Push (pull_request) Successful in 7s
Deploy Dev / Deploy dev (pull_request) Successful in 12s

This commit is contained in:
2024-11-17 13:01:18 +03:00
parent 7b77ca2f56
commit 11d4262890
4 changed files with 4 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ services:
MONGO_PASSWORD: $MONGO_PASSWORD_DEV
STAGE: "development"
QUEUES_TOKEN: $QUEUES_TOKEN_DEV
PLATFORM_SECURITY_TOKEN: $PLATFORM_SECURITY_TOKEN
deploy:
mode: replicated
restart_policy:

View File

@@ -26,6 +26,7 @@ services:
MONGO_PASSWORD: $MONGO_PASSWORD_PROD
STAGE: "production"
QUEUES_TOKEN: $QUEUES_TOKEN_PROD
PLATFORM_SECURITY_TOKEN: $PLATFORM_SECURITY_TOKEN
deploy:
mode: replicated
restart_policy: