Skip to content

Files are lost on deploy #235

Closed
Closed
@msj121

Description

The files that exist on the server are lost when "mup deploy" is run.

    UploadServer.init({
      tmpDir: process.env.PWD + '/.uploads/tmp',
      uploadDir: process.env.PWD + '/.uploads',
      checkCreateDirectories: true});

I think it is necessary to be able to re-upload the project without losing files...

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions