mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2024-11-19 08:08:05 +08:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
5109c975e9 | ||
|
76882263e5 | ||
|
9c4e4119ad |
@@ -1,3 +1,10 @@
|
||||
## [2.2.8](https://github.com/easingthemes/ssh-deploy/compare/v2.2.7...v2.2.8) (2021-05-27)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update npm package name ([9c4e411](https://github.com/easingthemes/ssh-deploy/commit/9c4e4119ad64792e5435e4dbe574c56a3e70839c))
|
||||
|
||||
## [2.2.7](https://github.com/easingthemes/ssh-deploy/compare/v2.2.6...v2.2.7) (2021-05-27)
|
||||
|
||||
|
||||
|
@@ -1,8 +1,14 @@
|
||||
{
|
||||
"name": "ssh-deploy",
|
||||
"name": "@draganfilipovic/ssh-deploy",
|
||||
"version": "2.1.9",
|
||||
"description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
"/dist",
|
||||
"./action.yml",
|
||||
"./README.md",
|
||||
"LICENSE"
|
||||
],
|
||||
"dependencies": {
|
||||
"command-exists": "1.2.9",
|
||||
"node-cmd": "4.0.0",
|
||||
|
Reference in New Issue
Block a user