I am trying to deploy a node app from a subdirectory using Github Actions,

BJ Klingenberg 0 Reputation points
2023-06-07T19:44:49.1033333+00:00

I created a .deployment file, but the azure deployment command still looks like this: Using cached version of deployment script (command: 'azure -y --no-dot-deployment -r "/tm...). The deployment is deploying from my root directory and not the subdirectory. Here is my .deployment file:

[config]

project = expressjs-backend

do I need to do anything else to force deployment of my subdirectory?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,934 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.