Compare commits

..

No commits in common. "7c9041cf436e01aa1d3d1b3b3d0c5de30178844e" and "96de98c3623d7d9844c0e63913ed2d370a12db71" have entirely different histories.

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: ${{ secrets.MONGO_PASSWORD_DEV }}
MONGO_PASSWORD_DEV: ${{ secret.MONGO_PASSWORD_DEV }}
DB_PASSWORD_DEV: ${{ secrets.POSTGRES_PASSWORD_DEV }}
MINIO_PASSWORD_DEV: ${{ secrets.MINIO_PASSWORD_DEV }}
REDIS_PASSWORD: ${{ secrets.REDIS_PASSWORD_DEV }}