add nextcloud to ENV_FILES

This commit is contained in:
Daniel 2023-12-04 17:19:20 +01:00
parent 3fa10aaa69
commit ba7f7ac8c8

View file

@ -23,6 +23,7 @@ from src.utils import get_session_id
ENV_FILES = [
Path("envfiles/login.test.dev.local-it.cloud.env"), # authentik
Path("envfiles/blog.test.dev.local-it.cloud.env"), # wordpress
Path("envfiles/files.test.dev.local-it.cloud.env"), # nextcloud
]