meteor-up: Deployment fail, no such file

Hi,

Im having an error when deploying my app

Started TaskList: Pushing Meteor
[162.243.67.38] - Pushing Meteor App Bundle to The Server
[162.243.67.38] x Pushing Meteor App Bundle to The Server: FAILED
    No such file

My mup.js is

module.exports = {
    servers: {
        one: {
            host: '162.243.67.38',
            username: 'root'
        }
    },

    meteor: {
        name: 'paisano-app-dev',
        path: '/Applications/MAMP/htdocs/paisano-app-1.3',
        servers: {
            one: {
                host: '162.243.67.38',
                username: 'root'
            },
        },
        env: {
            ROOT_URL: 'http://app-dev.paisano.com.co',
            MONGO_URL: 'mongodb://dsada:dasad@capital.5.mongolayer.com:10176,capital.4.mongolayer.com:10176/paisano?replicaSet=set-56d242e3e275e4405500022d',
            MONGO_OPLOG_URL: 'mongodb://asdas:asdas@capital.5.mongolayer.com:10176/local?authSource=paisano'
        },
        // logs: { //optional
        //     driver: 'syslog',
        //     opts: {
        //         url:'udp://syslogserverurl.com:1234'
        //     }
        // },
        // dockerImage: 'madushan1000/meteord-test', //optional
        deployCheckWaitTime: 20 //default 10
    },
};

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 21 (4 by maintainers)

Most upvoted comments

If anyone still face such error, I found that it display

x Pushing Meteor App Bundle to The Server: FAILED No such file

when mup setup not done

I changed a number of things and at the end it worked, but I can’t remember exactly what made a difference… Anyway thanks @indesignlatam !