Commit Graph

5 Commits

Author SHA1 Message Date
a09b11256b
Clean up, add a deployment stage
All checks were successful
Alpine 3.20 Success
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.
2024-12-23 14:35:46 +01:00
d632111c45
Update documentation
All checks were successful
Alpine 3.19 Success
2024-04-18 07:10:32 +02:00
b594ff78b2
Improve shell quoting 2024-04-16 08:30:25 +02:00
fe81d713e1
Add an enqueue command 2024-04-15 00:20:39 +02:00
fd6959fff8
Initial commit 2024-04-04 19:40:14 +02:00