You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Public key and password work fine for sftp-deploy.
am i missing something?
- step:
name: Staging
deployment: staging
script:
- echo "Deploying to staging environment"
- pipe: atlassian/rsync-deploy:0.4.0
variables:
USER: 'USER'
SERVER: 'SERVER'
REMOTE_PATH: '/home/deweese/irisstaging'
LOCAL_PATH: '.'
Hi @Brandon DeWeese . Your configuration looks correct. Have you tried passing your ssh key to the pipe explicitly via the SSH_KEY parameter? I also suggest enabling debug mode by setting the DEBUG variable to true.
Yea, doesn't work and the debug doesn't really provide any clues. Still can't get it to work 2 years later. What a tool.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.