Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deltachat/pyinfra-acmetool
pyinfra deploy for acmetool
https://github.com/deltachat/pyinfra-acmetool
acmetool pyinfra
Last synced: about 1 month ago
JSON representation
pyinfra deploy for acmetool
- Host: GitHub
- URL: https://github.com/deltachat/pyinfra-acmetool
- Owner: deltachat
- Created: 2023-05-25T13:35:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T14:10:19.000Z (8 months ago)
- Last Synced: 2024-04-14T00:49:19.298Z (8 months ago)
- Topics: acmetool, pyinfra
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyinfra module to deploy acmetool
This module deploys [acmetool]
It can be used from the Python code like this:
```python
from pyinfra_acmetool import deploy_acmetooldeploy_acmetool()
```It can also be used to deploy acmetool with an ad-hoc command like this:
```
pyinfra --ssh-user root -- example.org pyinfra_acmetool.deploy_acmetool [email protected] domains='["example.org", "www.example.org"]'
```[acmetool]: https://hlandau.github.io/acmetool/