The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

david
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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
TAGS
AUG Leaders

Atlassian Community Events