Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up, add a deployment stage | Přemysl Eric Janouch | 2024-12-23 | 1 | -3/+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. | ||||
* | Initial commit | Přemysl Eric Janouch | 2024-04-04 | 1 | -0/+11 |