Skip to content

alshdavid/action-ssh-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

action-ssh-runner

Run ssh commands on remote server

  deployment:
    name: 🌐 Deploy
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: alshdavid/action-ssh-runner@main
        with:
          ssh-private-key: "${{ secrets.APSE2_ALSHDAVID_C7G_LARGE_PEM }}"
          user: ec2-user
          host: url-to-host.com
          port: 22
          shell: zsh
          run: |
            echo "hello world"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published