Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save burkeholland/2e61f136f0ba1bf6eafeda8b54e370de to your computer and use it in GitHub Desktop.
Save burkeholland/2e61f136f0ba1bf6eafeda8b54e370de to your computer and use it in GitHub Desktop.
git push azure master
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 8 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 296 bytes | 148.00 KiB/s, done.
Total 3 (delta 2), reused 0 (delta 0)
remote: Updating branch 'master'.
remote: Updating submodules.
remote: Preparing deployment for commit id '3941e4978b'.
remote: Generating deployment script.
remote: Running deployment command...
remote: Handling node.js deployment.
remote: Kudu sync from: '/home/site/repository' to: '/home/site/wwwroot'
remote: Copying file: '.browserslistrc'
remote: Copying file: '.eslintrc.js'
remote: Copying file: '.gitignore'
remote: Copying file: 'README.md'
remote: Copying file: 'babel.config.js'
remote: Copying file: 'package-lock.json'
remote: Copying file: 'package.json'
remote: Copying file: 'postcss.config.js'
remote: Ignoring: .git
remote: Copying file: 'public/ecosystem.config.js'
remote: Copying file: 'public/favicon.ico'
remote: Copying file: 'public/index.html'
remote: Copying file: 'public/web.config'
remote: Copying file: 'src/App.vue'
remote: Copying file: 'src/main.js'
remote: Copying file: 'src/router.js'
remote: Copying file: 'src/assets/logo.png'
remote: Copying file: 'src/components/HelloWorld.vue'
remote: Copying file: 'src/views/About.vue'
remote: Copying file: 'src/views/Home.vue'
remote: Detecting node version spec...
remote: Using package.json engines.node value: >=10.14
remote: Node.js versions available on the platform are: 4.4.7, 4.5.0, 6.2.2, 6.6.0, 6.9.3, 6.10.3, 6.11.0, 8.0.0, 8.1.0, 8.2.1, 8.8.1, 8.9.4, 8.11.2, 9.4.0, 10.1.0.
remote: Could not resolve node version. Deployment will proceed with default versions of node and npm.
remote: Running "node" "/usr/bin/npm-cli.js" install --production
remote: .
remote: Finished successfully.
remote: Running post deployment command(s)...
remote: Deployment successful.
remote: App container will begin restart within 10 seconds.
To https://vue-linux.scm.azurewebsites.net:443/vue-linux.git
6b9d331..3941e49 master -> master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment