executable_git-mirror 463 B

123456789
  1. #!/usr/bin/env bash
  2. parallel -v {} ::: \
  3. "sshpass -Ppassphrase -p$(pass show gitlab.com/id_rsa_gitlab) git push gitlab" \
  4. "sshpass -Ppassphrase -p$(pass show majordomo/private/gitlab.intr/ssh/id_rsa_gitlab_intr) git push majordomo" \
  5. "sshpass -Ppassphrase -p$(pass show notabug.org/id_rsa_notabug) git push notabug" \
  6. "sshpass -Ppassphrase -p$(pass show github/ssh/id_rsa_github) git push github" \
  7. "git push origin"