This commit is contained in:
xoliqberdiyev
2026-04-24 18:36:39 +05:00
parent 260bc9101e
commit bdd5aa9ce2

View File

@@ -145,4 +145,9 @@ jobs:
'PORT=8085' \
> .env
# .env dan barcha o'zgaruvchilarni export qilamiz
set -a
source .env
set +a
docker stack deploy -c stack.yaml ${{ env.PROJECT_NAME }} --with-registry-auth