Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 434 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 434 Bytes

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.