Once a build is created on App Center I'd like to clone the build configs environmental variables from another branch, and then update one of the new cloned env
Is it possible to host Node JS applications to IPFS? Possibly through Fleek? I know it's possible to host React JS app on IPFSA Using Fleek, but is it possible
I have an Azure multi-stage CI/CD pipeline. It has stages for Test and UAT deployment. I want the UAT release to run if Test succeeds or is skipped, but not if
I'm new in Ansible. I'm working on an Ubunto machine. On the VM, I installed Ansible along with to apply play books to. When I run a playbook I receive the fol
Suppose I have repository on Gitlab and following deploying scheme: Setup docker and gitlab-runner with docker executor on host server. In .gitlab-ci.yml setup
I have an application built with ReactJS, but I'm using a fake API (json-server) to handle my data. So, before I run 'npm start' to run the application I have t
I have an ARM template that deploys a Resource Group and includes a Key Vault and secrets. This is deployed through CI/CD and everything works perfectly bar one
I am trying to use extends as part of my pipeline. I am trying to get the first basic step working from Azure docs ie # pythonparameter-template.yml pa
When im trying to deploy my app bundle using the Google Play - Release Bundle task in Azure DevOps, I get the following error: ##[section]Starting: Release D:\
I want to be notified via slack whether my scheduled pipeline runs are failing or passing. I also do not want a trigger every time the pipeline fails or passes,
I want to be notified via slack whether my scheduled pipeline runs are failing or passing. I also do not want a trigger every time the pipeline fails or passes,
I have around 10 individual micro-services which are mostly cloud functions for various data processing jobs, which all live in a single github repository. The