Skip to content

andrewo0/docker-deploy-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Deploy Action

Example

- name: Deploy to remote
  uses: andrewo0/docker-deploy-action@master
  with:
    host: ${{ vars.SSH_HOST}}
    user: ${{ secrets.SSH_USERNAME}}
    pass: ${{ secrets.SSH_PASSWORD }}
    port: ${{ secrets.ssh_PORT }}
    connect_timeout: 30s
    script: |
      echo 'Hello World'

License

This project is licensed under the MIT license. See the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published