run pyinfra command with environment variables, without inventory.py

This commit is contained in:
missytake
2023-10-12 17:00:20 +02:00
parent 65494b207d
commit 4b0a9448d6
4 changed files with 32 additions and 10 deletions

View File

@@ -5,3 +5,6 @@ build-backend = "setuptools.build_meta"
[project]
name = "chatmail"
version = "0.1"
dependencies = [
"pyinfra",
]