Merge pull request 'fix' (#2) from gitea-migration into dev

Reviewed-on: #2
This commit is contained in:
emmatveev 2024-10-12 15:41:20 +03:00
commit 7c9041cf43

View File

@ -47,7 +47,7 @@ jobs:
run: docker stack deploy --with-registry-auth -c ./.deploy-portainer/deploy-dev.yaml portainer
- name: deploy infra
env:
MONGO_PASSWORD_DEV: ${{ secret.MONGO_PASSWORD_DEV }}
MONGO_PASSWORD_DEV: ${{ secrets.MONGO_PASSWORD_DEV }}
DB_PASSWORD_DEV: ${{ secrets.POSTGRES_PASSWORD_DEV }}
MINIO_PASSWORD_DEV: ${{ secrets.MINIO_PASSWORD_DEV }}
REDIS_PASSWORD: ${{ secrets.REDIS_PASSWORD_DEV }}