updating ftp-deploy to v0.9.6

This commit is contained in:
SamKirkland
2020-09-07 14:57:56 -05:00
parent 62b6382e92
commit b6b6e42be5
4 changed files with 971 additions and 1320 deletions

View File

@@ -1,6 +1,6 @@
import * as core from "@actions/core";
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() {
const args: IFtpDeployArguments = {