Merge pull request 'fix' (#103) from behruz into main
All checks were successful
Deploy to Production / build-and-deploy (push) Successful in 2m17s

Reviewed-on: #103
This commit is contained in:
2026-04-24 13:38:42 +00:00

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