gitea-migration #6

Merged
emmatveev merged 4 commits from gitea-migration into master 2024-10-12 16:02:14 +03:00
Showing only changes of commit 22e10ec5e9 - Show all commits

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 }}