vade-cli 0.1.1

A command-line tool to deploy applications on Linux servers
1
2
3
4
5
6
7
8
9
10
11
12
# Timer

A dummy app that showcases a vade deployment capable of background processing.
The app runs `touch /tmp/my-timer-was-here` once per hour, as configured through custom systemd
units in `vade.toml`.

Deploy as follows:

```bash
vade deploy my-site
pyinfra -y --user <ssh-user> <ssh-host> vadegen/execute.py
```