Hi I am new to setting up a pipeline using bitbucket.Working on a old code was able to deploy upuntil yesterday but it suddenly stopped working since today morning.
Unable to deploy code since morning I am getting the following error :-
+ ssh ${HOST_USERNAME}@${HOST_URL} " cd ${PROJECT_ROOT_STAGING} && echo ${BITBUCKET_COMMIT} > latest_deployment && git pull && yarn && yarn build && pm2 restart ${PM2_PROCESS_NAME_STAGING}"username
@bitbucket.org: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
I was able to deploy a day before but it suddenly stopped working today.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.