sshkit
sshkit copied to clipboard
A toolkit for deploying code and assets to servers in a repeatable, testable, reliable way.
Results
51
sshkit issues
Sort by
recently updated
recently updated
newest added
I have a Rails app that when deployed, runs the command ``` cd /home/app/staging/releases/20250304094541 && /usr/bin/env bundle install --jobs 4 --quiet ``` on the server. Due to `--jobs 4` and...