continuous-deployment

Deploy to Google Play Store via API

一世执手 提交于 2020-01-01 09:27:37
问题 I'm a big fan of continuous integration / deployment and we build our Android apps with Jenkins and deploy every build from specific branches (mostly git flow's develop branch) to our testers via HockeyApp. What I want to achieve is that every new (tagged) commit to master will endup in the Play Store. So I don't have to manually upload APKs via the Play Store developer console. I've already searched for an API. But Google doesn't provide any and the two unofficial projects I found (Android

Deploy to Google Play Store via API

北城以北 提交于 2020-01-01 09:27:19
问题 I'm a big fan of continuous integration / deployment and we build our Android apps with Jenkins and deploy every build from specific branches (mostly git flow's develop branch) to our testers via HockeyApp. What I want to achieve is that every new (tagged) commit to master will endup in the Play Store. So I don't have to manually upload APKs via the Play Store developer console. I've already searched for an API. But Google doesn't provide any and the two unofficial projects I found (Android

download roles and cookbooks from ChefServer with knife

时光怂恿深爱的人放手 提交于 2020-01-01 05:02:51
问题 Given I started working with Chef using the Chef Server Management Console and I now want to start using a files and upload them via knife. Is there a way to retrive roles and environments that are stored on the ChefServer via knife, so I can them into git? 回答1: You can use the knife environment list and knife environment show commands to download environments and replace "environment" with "role" to do the same for roles. mkdir environments for env in `knife environment list`; do knife

Scheduled Azure WebJob deployed via Git results in On Demand Job

余生长醉 提交于 2020-01-01 04:12:08
问题 I have a Git-Enabled ASP.NET WebApp with one associated Azure WebJob. When I deploy this via Visual Studio everything is fine, but this is kinda hard in a Continuous Delivery Environment so I would like to publish the Web App and the WebJob via Git. Via the Azure Tooling I associated my WebJob project and I got a "webjobs-list.json" file inside the WebApp Project: { "$schema": "http://schemastore.org/schemas/json/webjobs-list.json", "WebJobs": [{ "filePath": "../CodeInside.Hub.Job/CodeInside

How to upload an APK from Jenkins/Hudson to Play Store?

雨燕双飞 提交于 2019-12-29 03:30:49
问题 I implemented a continuous integration pipeline using Jenkins, but as final step I want Jenkins to deploy/upload the signed APK file to Google Play Store and AndroidPit. I looked for Jenkins/Hudson plugins but only found two: one for Appaloosa and one for Zubhium. I have a working developer account both on Google Play and on AndroidPit and can manually upload the APK that Jenkins produces. But my question is: Does anybody know a way to teach Jenkins (e.g. via a shell script?) to upload the

Publishing ASP.Net Core app to Azure silently fails in command line

风流意气都作罢 提交于 2019-12-25 16:46:25
问题 I'm trying to publish a dotnet core app to Azure. I've created a publish profile and using visual studio it all works fine. But since I'd like to setup continuous deployment I need to run the deployment using command line. The official documentation was pretty helpful in identifying that the [ProfileName].ps1 is the best plan of attack. However it gives no clues on how to use it. First I ran it without parameters and got this error: Production-publish.ps1 : The term 'Production-publish.ps1'

Deploy asp.net web app on local or remote IIS using PowerShell DSC

[亡魂溺海] 提交于 2019-12-25 14:47:09
问题 I am unable to find any help on how to use PowerShell for DSC and deploy asp.net web app on local or remote on premises IIS. Can you please help me with the steps or any resources? 回答1: What's your preferred method of deploying code prior to using DSC? xRobocopy was created with this scenario in mind, but if you are packaging your solution using NuGet, you could also use the PackageManagement resource. I started working on a NuGet based config script recently but it isn't ready to publish in

Best Practices for Incremental Seeds with Capistrano

别说谁变了你拦得住时间么 提交于 2019-12-25 12:09:13
问题 RoR 3.2.13 and 3.0.1 capistrano My application requires initial data via rake db:seed . My continuous integration server does automatic deployment each time someone join a new feature and all test pass. Among the latest task is rake db:seed . The first time works fine, but in the following fail the seeds because some records already exist in database. Which strategy suggest me to run the seeds incrementally. Note that: The seeds may vary over time. The application already contains data on

Node.js error in Azure build

ぐ巨炮叔叔 提交于 2019-12-24 13:52:28
问题 I have created a brand new ASP.NET 5 project from Visual Studio 2015 Community Edition. I check the code into a repository on BitBucket here: https://bitbucket.org/admin_at_scanburapps/sandbox-repo I create a new Web App on Azure and setup continuous deployment from this repository. Azure pulls out the code, start building and gives me this error: > module.js:339 > throw err; > ^ > > Error: Cannot find module 'lodash' > at Function.Module._resolveFilename (module.js:337:15) > at Function

Azure Continuous Deployment - Setup Publishing with VSO

拟墨画扇 提交于 2019-12-24 11:59:53
问题 We've been able to setup Azure Continuous Deployment with some VSO Team Projects, but not others. Any idea why we are getting this error in the Azure Management Portal? Perhaps it depends on the age of the team project. Unable to find AzureContinuousDeployment.11.xaml in TeamProject see [Link] We've followed the directions suggested: Integrating Azure Continuous Integration with VSO Add Build Template AzureContinuousDeployment.11.xaml to $/[TeamProject]/BuildProcessTemplate Created Build