Deploy to Local Build Server
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.
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
Support Staff 1 Posted by Feodor Fitsner on 15 May, 2014 11:48 PM
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 Posted by ebenezer.ikonne on 16 May, 2014 01:57 AM
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 Posted by ebenezer.ikonne on 16 May, 2014 02:00 AM
Interestingly, I wasn't notified of your response even though I have notifications on.
Support Staff 4 Posted by Feodor Fitsner on 16 May, 2014 02:07 AM
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 Posted by ebenezer.ikonne on 16 May, 2014 02:38 AM
This response came through. Ok, I'll try it out.
Thanks.
6 Posted by ebenezer.ikonne on 20 May, 2014 01:17 AM
So when a build is deployed to a local build server, how is it accessed?
Support Staff 7 Posted by Feodor Fitsner on 20 May, 2014 01:23 AM
It's supposed to be accessed from your integration tests running as part of the build. The site is not accessible externally.
- Feodor
8 Posted by ebenezer.ikonne on 20 May, 2014 01:26 AM
Got it. Thanks.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 01:43 AM.