From e18811c76db88f91c8a91bc198dc267e89c3705e Mon Sep 17 00:00:00 2001 From: SennayT Date: Thu, 28 May 2026 13:34:31 +0300 Subject: [PATCH] modify deploy user --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c3b40f659..34497fc26 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: env: PROJECT: edr-freight BRANCH: ${{ github.ref_name }} - DEPLOY_USER: user + DEPLOY_USER: tria BUILD_ENV_FILE: freight-web.build.env DOCKER_BUILDKIT: "1" COMPOSE_DOCKER_CLI_BUILD: "1"