Questions tagged [octopus-deploy]

Octopus Deploy is an automated deployment system designed for .NET developers. It also supports other languages/platforms and non-Windows deployment.

Octopus Deploy is an automated deployment system for ASP.NET applications and Windows Services.

Links:

804 questions
0
votes
1 answer

Site works on Localhost, but not remotely - IIS7.5

I have recently deployed a ASP.NET MVC site using Octopus Deploy to our test environment which is running Windows Server 2008 R2 with IIS 7.5 The site works happily on the server, but i cannot connect to the site remotely through any browser, and…
MrBliz
  • 5,830
  • 15
  • 57
  • 81
0
votes
2 answers

Restrict deployment to certain environments based on version tag

I'm finalising my CI setup with TFS and I have one last part to overcome. Currently, every CI build is pushed to octopus with the nuget packages versioned as major.minor.patch.buildid, and these are used in releases in Octopus versioned as…
James
  • 1,028
  • 9
  • 20
0
votes
2 answers

What is difference of test builds in teamcity and test builds in octopus?

I've been searching for this but no answers. I've created a unit test project in my solution. Since we're planning to automate the testing. We don't know where to put it. Will the teamcity test it or just build the test project? If it will going to…
choopau
  • 2,209
  • 5
  • 21
  • 28
0
votes
1 answer

Accessing a file from a different version of the same NuGet package during Octopus deployment

We use Octopus Deploy 3.2.16 to deploy a NuGet package to an Azure Cloud Service. From our Deploy.ps1 file, we need to identify the newest NuGet package published in this feed. For example, we have this scenario: Day 1: we deploy v1.0.0 Day 2: we…
dopoto
  • 1,124
  • 1
  • 10
  • 20
0
votes
2 answers

Delaying Octopus Deployments based on application state

I am using Octopus to deploy some Topshelf services that are built by TeamCity. The Octopus deployment runs a powershell script that installs/reinstalls the service from a nuget package and starts it. My issue is that it is possible for these…
JHawk
  • 11
  • 3
0
votes
1 answer

NuGet repository in TeamCity

Okay guys so I'm going a little nuts here. I am currently testing settings with TeamCity and Octopus deploy and I am running into an issue where The most recent Nuget Package is being deployed instead of the one I am specifying. So for example... I…
0
votes
2 answers

Is it possible to deploy to an Azure Cloud Service requiring a startup script without a ccproj?

I've done a bit of digging and I haven't found any recent documents for this: I have a .NET 4.6 solution consisting of a number of projects that I now wish to deploy to the cloud - specifically as an Azure Cloud Service. It would be preferable not…
BenAlabaster
  • 39,070
  • 21
  • 110
  • 151
0
votes
0 answers

User in .sqlproj causes duplication error

We are using visual studio database projects to define our databases and deploy them. CREATE LOGIN [My_User] CREATE USER [MY_User] FOR LOGIN [My_User] WITH DEFAULT_SCHEMA=[dbo] And it works fine when deploying locally. But when deploying on the…
MrFox
  • 4,852
  • 7
  • 45
  • 81
0
votes
2 answers

Octopus - deploying multiple copies of same service

I've got an Octopus deployment for an NServiceBus consumer. Until recently, there's only been one queue to consume. Now we're trying to get smart about putting different types of messages in different queues. Right now we've broken that up into 3…
Shaul Behr
  • 36,951
  • 69
  • 249
  • 387
0
votes
2 answers

usage of xcopy command in octopus deploy PostDeploy.ps1

I'm trying to copy files using xcopy in octopus deploy. But seems xcopy is not working. Here is the command I'm using in PostDeploy.ps1 xcopy Content C:\websitecode /e /y /exclude:test.txt Reason for using xcopy is I can exclude multiple…
mahesh
  • 468
  • 2
  • 8
  • 25
0
votes
1 answer

Octopus deploy on Mac OS runner from teamcity

I'm setting up a build on Teamcity that will build a XCode project, then create a release in Octopus and using Powershell copy the files into a server. However, I'm having an issue, while both steps (Teamcity and Octopus) work independently,…
David Conde
  • 4,631
  • 2
  • 35
  • 48
0
votes
1 answer

Publish SSRS by Octopus

I'm building the set up to deploy my SSRS reports through Octopus Deploy, I found out one Octopus Library and I'm working on it, but I've had some issues: 1º ---- Message error: (The path is alright, but it keeps with the same warning) WARNING:…
0
votes
1 answer

Enable 32 bit applications set to True with teamcity and octopus deployment

I use team city for build and octopus for deployment. After each deployment, Enable 32 bit applications in app pool is set to True though Enable 32 bit applications is set to false in octopus and this started happening suddenly. I want Enable 32 bit…
coder coder
  • 53
  • 1
  • 7
0
votes
0 answers

TeamCity integration tests

I'd like to build such pipeline using TeamCity and Octopus Deploy: TeamCity Part: Build -> Run Unit Tests -> Run Integration Tests -> Push to Octopus Octopus: Deploy to Acceptance Server -> Deploy to production When I need run integration tests on…
0
votes
1 answer

Team Foundation Build 2013 and Octopus Deploy - How to reject a package when build or unit test fail?

We are using Team Build 2013 to create builds, and Octopus to deploy. The problem is that I can't figure out how to prevent my builds to reach the build server on failure, and finally prevent them from appearing on Octopus when the build or unit…
alex
  • 55
  • 1
  • 13