Hello Guys
I need to real time example how i can use scp deploy step by step from beginning
my bitbucket pipeline code as below
- pipe: atlassian/scp-deploy:0.3.3
variables:
USER: $USER
SERVER: $SERVER
REMOTE_PATH: '/var/www/html/demo1'
LOCAL_PATH: $BITBUCKET_CLONE_DIR
EXTRA_ARGS: '-p 22622'
SSH_KEY: $MYKEY
Above code working perfect fine now but have once issue like below
deployment success then there is one folder create name like build on remote path then it will clone particular repo in build folder.
how to resolved this.
I think you are having the same problem as this person: https://community.atlassian.com/t5/Bitbucket-Pipelines-questions/Pipelines-quot-scp-deploy-quot-puts-everything-in-quot-build/qaq-p/1074894
Hello Matthew Watson
Yes have same problem and it is resolved now.
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.