Skip to content

Deploying modules in Azure via CI/CD pipeline. #1127

Answered by sbwalker
markdav-is asked this question in Q&A
Discussion options

You must be logged in to vote

@markdav-is if you place your module nupkg packages in the wwwroot/Modules folder they will be automatically installed during Oqtane startup. Similarly if you place your theme nupkg packages in the wwwroot/Themes folder they will be automatically installed. You will notice the release.cmd file generated by the Module Creator deploys the nupkg to this location as well:

XCOPY "*.nupkg" "....\oqtane.framework\Oqtane.Server\wwwroot\Modules" /Y

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
7 replies
@sbwalker
Comment options

@markdav-is
Comment options

@markdav-is
Comment options

@bfreed76
Comment options

@bfreed76
Comment options

Answer selected by markdav-is
Comment options

You must be logged in to vote
4 replies
@ghost
Comment options

@markdav-is
Comment options

@bfreed76
Comment options

@reteid
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants