kwelch
kwelch

Reputation: 2479

Update Node App in Azure

We have a node app running express with a couple proxies in a WAWS with 4 slots.

Is it possible to trigger an npm update without pushing new code?

Upvotes: 1

Views: 301

Answers (1)

David Makogon
David Makogon

Reputation: 71120

Unless you've built some type of automation into your app to call npm update programmatically, you'd either need to push new code, or do it manually via the console (yoursite.scm.azurewebsites.net).

Upvotes: 2

Related Questions