skip to Main Content

Load key "/root/.ssh/pipelines_id": invalid format – Ubuntu

I am using bitbucket pipeline to deploy app on a ec2-server. here is my bitbucket-pipelines.yaml file image: atlassian/default-image:3 pipelines: branches: dev: - step: name: automated deployment script: - pipe: atlassian/scp-deploy:1.2.1 variables: USER: 'ubuntu' SERVER: $SERVER_IP REMOTE_PATH: '/home/ubuntu/utags-test/server' LOCAL_PATH: '${BITBUCKET_CLONE_DIR}/*' -…

VIEW QUESTION

Detected dubious ownership in repository GITLAB CI/CD – Docker

I am facing this issue during try to deploy script with gitlab ci/cd: Initialized empty Git repository in C:/builds/Tri.BuiV/test-gitlab-cicd/.git/ fatal: detected dubious ownership in repository at 'C:/builds/Tri.BuiV/test-gitlab-cicd' 'C:/builds/Tri.BuiV/test-gitlab-cicd' is owned by: 'S-1-5-83-1-1989435290-1148643240-1709935003-3943614564' but the current user is: 'S-1-5-93-2-1' To add…

VIEW QUESTION

Unable to build the ASP.Net Core 7 in azure devops pipeline (CI)

Unable to build the ASP.Net Core 7 in azure devops pipeline (CI), Using Classic pipeline and ASP.net core template Error message : ##[error]C:Program Filesdotnetsdk6.0.203SdksMicrosoft.NET.SdktargetsMicrosoft.NET.TargetFrameworkInference.targets(144,5) : Error NETSDK1045: The current .NET SDK does not support targeting .NET 7.0. Either target .NET…

VIEW QUESTION
Back To Top
Search