Skip to content

Releases: ilCollez/ssh-scp-deploy

v1.3.0

09 Dec 18:09
4e3f223

Choose a tag to compare

Changelog v1.3.0

  • Now you can upload dotfiles (#22)
  • Added update checker
  • Updated dependencies
  • Started adding tests (WIP)
  • Added the following options:
    • silent: Whether to log the script's output to stdout
    • local-path: Local base path
    • check-update: Whether to check or not for updates at startup

How to update

Simply update the version in your workflow file:

+ uses: ilCollez/[email protected]
- uses: ilCollez/[email protected]

v1.2.0

20 May 19:34
4993213

Choose a tag to compare

This release includes the migration of the node's engine from 12 to 16 (#15), and the possibility to use this action as a command-only utility without uploading any file.

v1.1.0

04 Aug 21:26

Choose a tag to compare

Changes:

  • Update node-ssh to v13.0.0
  • Added clean-exclude option

First release

27 Jan 19:48

Choose a tag to compare

v1.0.0

First release