mirror of
https://github.com/SamKirkland/FTP-Deploy-Action.git
synced 2025-08-14 14:05:05 +00:00
updating ftp-deploy to v0.9.6
This commit is contained in:
parent
62b6382e92
commit
b6b6e42be5
2279
dist/index.js
vendored
2279
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
6
package-lock.json
generated
6
package-lock.json
generated
@ -147,9 +147,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@samkirkland/ftp-deploy": {
|
"@samkirkland/ftp-deploy": {
|
||||||
"version": "0.9.5",
|
"version": "0.9.6",
|
||||||
"resolved": "https://registry.npmjs.org/@samkirkland/ftp-deploy/-/ftp-deploy-0.9.5.tgz",
|
"resolved": "https://registry.npmjs.org/@samkirkland/ftp-deploy/-/ftp-deploy-0.9.6.tgz",
|
||||||
"integrity": "sha512-e0ucy3XcUIjmn3kuJZU4nto6K15uSy2Ty7wie0a/3YoMP0/QwZA2OtRTBf6VDh1zC2aMMnyJ9o9uR1NERtFAag==",
|
"integrity": "sha512-6rUspSm4pSHUYRUwStvtAVIE7tkCvEs2bUcI9wtfN90COVdxUJ/hNwOF92jjhRqdp9287q+owVhbUpfJ29Twpg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"basic-ftp": "^4.6.2",
|
"basic-ftp": "^4.6.2",
|
||||||
"lodash": "^4.17.20",
|
"lodash": "^4.17.20",
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.2.5",
|
"@actions/core": "^1.2.5",
|
||||||
"@samkirkland/ftp-deploy": "^0.9.5",
|
"@samkirkland/ftp-deploy": "^0.9.6",
|
||||||
"ts-node-dev": "^1.0.0-pre.62"
|
"ts-node-dev": "^1.0.0-pre.62"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -34,4 +34,4 @@
|
|||||||
"js-yaml": "^3.14.0",
|
"js-yaml": "^3.14.0",
|
||||||
"typescript": "^4.0.2"
|
"typescript": "^4.0.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import * as core from "@actions/core";
|
import * as core from "@actions/core";
|
||||||
import { deploy } from "@samkirkland/ftp-deploy";
|
import { deploy } from "@samkirkland/ftp-deploy";
|
||||||
import { IFtpDeployArguments } from "@samkirkland/ftp-deploy/dist/module/types";
|
import { IFtpDeployArguments } from "@samkirkland/ftp-deploy/dist/types";
|
||||||
|
|
||||||
async function runDeployment() {
|
async function runDeployment() {
|
||||||
const args: IFtpDeployArguments = {
|
const args: IFtpDeployArguments = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user