Deploy to Local Build Server

ebenezer.ikonne's Avatar

ebenezer.ikonne

15 May, 2014 10:46 PM

Hi -

I am trying to understanding how deploying to a local build server is supposed to work when running a build. I have a web application that is being packaged as an artifact. When I run the build, its successfully creates the artifact but then I see a message that indicates there was no artifact to deploy. How are artifacts actually deployed to the local build server?

Thanks.

  1. Support Staff 1 Posted by Feodor Fitsner on 15 May, 2014 11:48 PM

    Feodor Fitsner's Avatar

    Hi,

    Have you followed the guide http://www.appveyor.com/docs/deployment/agent? The only difference when deploying to build server is agent installation is not required.

    - Feodor

  2. 2 Posted by ebenezer.ikonne on 16 May, 2014 01:57 AM

    ebenezer.ikonne's Avatar

    I believe I have. I guess I am wondering if settings also need to be provided as is the case with the agent and if yes what is specified for things like ip address and port?

  3. 3 Posted by ebenezer.ikonne on 16 May, 2014 02:00 AM

    ebenezer.ikonne's Avatar

    Interestingly, I wasn't notified of your response even though I have notifications on.

  4. Support Staff 4 Posted by Feodor Fitsner on 16 May, 2014 02:07 AM

    Feodor Fitsner's Avatar

    That's strange. Anyway, you can set site name to "Default Web Site" and then access your web app like http://localhost or http://127.0.0.1. Alternatively, if you need a separate website set port or host name to avoid conflicting with default web site. You can configure hosts entries for your project.

    - Feodor

  5. 5 Posted by ebenezer.ikonne on 16 May, 2014 02:38 AM

    ebenezer.ikonne's Avatar

    This response came through. Ok, I'll try it out.

    Thanks.

  6. 6 Posted by ebenezer.ikonne on 20 May, 2014 01:17 AM

    ebenezer.ikonne's Avatar

    So when a build is deployed to a local build server, how is it accessed?

  7. Support Staff 7 Posted by Feodor Fitsner on 20 May, 2014 01:23 AM

    Feodor Fitsner's Avatar

    It's supposed to be accessed from your integration tests running as part of the build. The site is not accessible externally.

    - Feodor

  8. 8 Posted by ebenezer.ikonne on 20 May, 2014 01:26 AM

    ebenezer.ikonne's Avatar

    Got it. Thanks.

  9. Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:43 AM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac