Skip to content

Commit

Permalink
fix(deploy): update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Oct 23, 2020
1 parent cd8631b commit 9c9970d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ server {
// Copy the package-lock into the temp folder
copyFileSync("package-lock.json", PACKAGE_LOCK_LOCAL_FILE_NAME);

// Copy the file-content-injector into the temp folder
copyFileSync("file-content-injector.js", FILE_CONTENT_INJECTOR_LOCAL_FILE_NAME);

console.log("Temporary directory contents:", readdirSync(LOCAL_WRITE_ROOT));

// Connect to the host machine via SSH
Expand Down

0 comments on commit 9c9970d

Please sign in to comment.