Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed May 7, 2024
1 parent 37c4697 commit eb09985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const config = {
password: auth.keycdn.password,
host: auth.keycdn.host,
port: auth.keycdn.port,
localRoot: __dirname + "/build",
localRoot: __dirname + "/lib",
remoteRoot: `/dev/`,
include: ["*.*"],
exclude: [],
Expand Down
4 changes: 2 additions & 2 deletions deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const configVer = {
password: auth.keycdn.password,
host: auth.keycdn.host,
port: auth.keycdn.port,
localRoot: __dirname + "/build",
localRoot: __dirname + "/lib",
remoteRoot: `/${pkg.version}/`,
include: ["*.*"],
exclude: [],
Expand All @@ -27,7 +27,7 @@ const configCurrent = {
password: auth.keycdn.password,
host: auth.keycdn.host,
port: auth.keycdn.port,
localRoot: __dirname + "/build",
localRoot: __dirname + "/lib",
remoteRoot: `/current/`,
include: ["*.*"],
exclude: [],
Expand Down

0 comments on commit eb09985

Please sign in to comment.