Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 4.0.0 #117

Merged
merged 19 commits into from
Nov 13, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update index.js
  • Loading branch information
SamKirkland committed Aug 26, 2020
commit b87fb43f2d1398ffd865e2c5d1ba87e0b7423826
14 changes: 12 additions & 2 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,17 @@ async function runDeployment() {
const args = {
server: core.getInput("server", { required: true }),
username: core.getInput("username", { required: true }),
password: core.getInput("password", { required: true })
password: core.getInput("password", { required: true }),
protocol: core.getInput("protocol"),
port: core.getInput("port"),
"local-dir": core.getInput("local-dir"),
"server-dir": core.getInput("server-dir"),
"state-name": core.getInput("state-name"),
"dry-run": core.getInput("dry-run"),
"dangerous-clean-slate": core.getInput("dangerous-clean-slate"),
"include": core.getInput("include"),
"exclude": core.getInput("exclude"),
"log-level": core.getInput("log-level") // todo fix
};
try {
await ftp_deploy_1.deploy(args);
Expand Down Expand Up @@ -6902,4 +6912,4 @@ module.exports = require("fs");

/***/ })

/******/ });
/******/ });