fix #2
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user