aboutsummaryrefslogtreecommitdiff
path: root/acid.yaml.example
Commit message (Collapse)AuthorAgeFilesLines
* Clean up, add a deployment stagePřemysl Eric Janouch2024-12-231-1/+7
| | | | | | | | | | | | Errors should be handled a bit more nicely now. The SFTP part could also be done from deploy scripts like: scp -i {runner.ssh.identity} \ -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no \ {runner.ssh.user}@{runner.ssh.address%:*} -p {runner.ssh.address#*:} but that is deemed way too annoying, so we do it from Go.
* Set a time limit on runnersPřemysl Eric Janouch2024-04-191-0/+4
|
* Improve shell quotingPřemysl Eric Janouch2024-04-161-3/+3
|
* Initial commitPřemysl Eric Janouch2024-04-041-0/+64