Base solution for your next web application
Open Closed

Continuous Deployment bundles question #9148


User avatar
0
marble68 created

So I'm trying to setup a CD on a staging server, and everything is working except my dotnet build doesn't generate bundles.

Obviously - these aren't in source control; but everything needed to do it is.

I've got npm, yarn, gulp, etc. on my staging server.

I'm using GoCD (in case that matters).

Has anyone ever done this, or with ANZ do we have to it manually every time?

Thanks for any advice.


2 Answer(s)
  • User Avatar
    0
    marble68 created

    I've gotten this working, I think.

    I never got local DB to work, security issue it seems.

    But that's ok - I have SQLExpress installed and am connecting to it by IP address.

  • User Avatar
    1
    marble68 created

    I'm going to mark this resolved. I've got a fairly good deployment going. I'm using GoCD + a powershell build script and it's doing a great job.