GitHub Workflow User don't exist

with Workflow GitHub Actions, I want to set up a script to automatically trigger the deployment from github of a python django application on an ubuntu-server with apache2 wsgi, the script must allow to be able to initiate a new installation or if the installation already exists update the application. Error on STEP : Set… Read More GitHub Workflow User don't exist

How to use 'only' keyword to select which job to run when tag name ends with some specific keyword

Although this seems to be very easy but seems like I am doing something silly somewhere. I am trying to automate my project where I have decided to run either of the jobs where one is for staging and one is for production. I want my deploy-on-staging job to run when my tag released ends… Read More How to use 'only' keyword to select which job to run when tag name ends with some specific keyword

Deploying to the CloudHub fails with the error in the YAML

I am trying to deploy the mulesoft application in to the DEV CloudHub using the Azure Devops CI/CD Pipeline. But when the application getting deployed in to the Cloud Hub it throws error like ConfigurationPropertiesException: YAML configuration properties only supports string values, make sure to wrap the value with \" so you force the value… Read More Deploying to the CloudHub fails with the error in the YAML