- 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'
This project is licensed under the MIT license. See the LICENSE file for details.