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
Back To Top
Search