Releases: ilCollez/ssh-scp-deploy
Releases · ilCollez/ssh-scp-deploy
v1.3.0
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 stdoutlocal-path: Local base pathcheck-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
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
Changes:
- Update node-ssh to v13.0.0
- Added
clean-excludeoption
First release
v1.0.0 First release