-1
crontabコマンドパイプでパスワードを渡してgitリポジトリsshサーバにアクセスできますか?パスワードをSSHリポジトリから取得するCrontab
*/10 * * * cd /path/gitpath/ && git pull ssh://user:[email protected]/path/reporitory.git
それともそれはcronのパスワードを使用して、bashスクリプトはましだよう ?
私の提案は、パスワード – skr
でbashスクリプトになりますhttps://stackoverflow.com/a/43526842/13317 – Kenster