summaryrefslogtreecommitdiff
path: root/roles/deployer/files/deployer.service
blob: 56ea4efc73ee7dd326f039ac829a0c205f60cd40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Deployer
After=network.target

[Service]
Type=simple
User=_wmf
Group=_wmf
ExecStart=/srv/wmf-ci-arch/api.py deployer /etc/wmf_ci_token.pub /etc/wmf_artifact_download_token testuser@wmf2-testenv.vm.liw.fi:/srv/http
KillSignal=QUIT

[Install]
WantedBy=multi-user.target