Post #2193300
2026-05-06 13:13 UTC
Problem: You have a repository with a package-building script and a package-publishing script. After a successful build, you want to execute the publishing script on the public server. But how do you keep it sync with the source repository?
One idea: the push version of `curl | sh`:
ssh packages.example bash -s -- arg1 arg2 … <publish-packages.sh
#Linux #Sysadmin #Shell
Replies (0)
No replies.