Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

I can't config deploy source in repository into Cloud server via Deployment Bitbucket

david April 13, 2019

This config of me

pipelines:
default:
- step:
deployment: staging
script:
- pipe: atlassian/ssh-run:0.1.1
variables:
SSH_USER: 'root'
SERVER: 'xx.x.x.x'
SSH_KEY: $MY_SSH_KEY
MODE: 'script'
COMMAND: 'deploy.sh'

But when run deployment. I receive message: /pipe.sh: line 70: deploy.sh: No such file or directory

Please let me know if any wrong config from me!!!

1 answer

2 votes
Alexander Zhukov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 15, 2019

Hi David. Your configuration looks valid. Note, however, that the script you want to run has to be committed to the repository if you want to execute the pipe with the script mode. Otherwise, if your script has been previously uploaded to your server and you just want to run it, you should set the mode to command and tell the pipe to run the script that is available on your remote server 

COMMAND: bash deploy.sh

of 

COMMAND: ./deploy.sh

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events