Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

ringcentral-docker/sshpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Alpine Linux with sshpass

Brutal way to SSH from CI to destination service and perform redeploy.

Use with Gitlab

Set SSHSERVER, SSHUSER and SSHPASS environment variables in Gitlab.

deploy:
  image: ringcentral/sshpass:latest
  script:
    - sshpass -e ssh -oStrictHostKeyChecking=no "${SSHUSER}@${SSHSERVER}" "cd /opt/xxx && make redeploy && exit"

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •