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

mup deploy stucked at Step 13/13 #1352

Open
maxcrystal opened this issue Feb 25, 2024 · 0 comments
Open

mup deploy stucked at Step 13/13 #1352

maxcrystal opened this issue Feb 25, 2024 · 0 comments

Comments

@maxcrystal
Copy link

Mup version (mup --version): 1.5.10
Meteor: 2.15
OS: Ubuntu 20.04 LTS

Mup config

{
  "servers": {
    "one": {
      "host": "1.2.3.4",
      "username": "root",
      "pem": "~/.ssh/pem"
    }
  },
  "app": {
    "name": "my-app",
    "path": "../",
    "servers": {
      "one": {}
    },
    "buildOptions": {
      "serverOnly": true,
      "buildLocation": "/var/folders/st/1z_5qp595zd4wsbj6dtbwwzm0000gn/T/mup-meteor-56a193fb-521d-400e-8cfa-29c040eba4b4",
      "cleanBuildLocation": true
    },
    "env": {
      "ROOT_URL": "https://host.com",
      "MONGO_URL": "mongodb://mongodb:27017/my-app",
      "MONGO_OPLOG_URL": "mongodb://mongodb/local",
      "VIRTUAL_HOST": "host.com,subdomain.host.com",
      "HTTPS_METHOD": "noredirect",
      "LETSENCRYPT_HOST": "host.com,subdomain.host.com",
      "LETSENCRYPT_EMAIL": "email@domain.com",
      "VIRTUAL_PORT": 3000,
      "HTTP_FORWARDED_COUNT": 1
    },
    "docker": {
      "image": "zodern/meteor:root",
      "stopAppDuringPrepareBundle": true,
      "imagePort": 3000,
      "args": [
        "--link=mongodb:mongodb"
      ]
    },
    "enableUploadProgressBar": true,
    "type": "meteor"
  },
  "mongo": {
    "version": "4.4.12",
    "servers": {
      "one": {}
    },
    "dbName": "ksu"
  },
  "proxy": {
    "domains": "host.com,subdomain.host.com",
    "ssl": {
      "letsEncryptEmail": "email@domain.com"
    }
  }
}

Output of command

...
Step 12/13 : COPY ./ /built_app
 ---> 22685809ab4b
Step 13/13 : RUN cd /built_app/programs/server &&     npm install --unsafe-perm
 ---> Running in d44db933cf14
npm WARN deprecated node-pre-gyp@0.15.0: Please upgrade to @mapbox/node-pre-gyp: the non-scoped node-pre-gyp package is deprecated and only the @mapbox scoped package will recieve updates in the future
npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant