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

Basic Delivery Using SSH In Pipelines... Am I Doing This Right?

James Frank November 9, 2017

Here's what I've got so far:

I've generated an SSH key pair inside my repo and also added the public key to my ~/.ssh/authorized_keys on the remote host.

My remote host has root user and password login disabled for security. I put the SSH username I use to log in manually inside an environment variable called SSH_USERNAME.

Here's where I'm just not sure what to do. How should I fill out my bitbucket-pipelines.yml?

Here is the raw contents of that file... What should I add?

# This is a sample build configuration for JavaScript.
# Check our guides at https://confluence.atlassian.com/x/14UWN for more examples.
# Only use spaces to indent your .yml configuration.
# -----
# You can specify a custom docker image from Docker Hub as your build environment.
image: samueldebruyn/debian-git

pipelines:          
  branches:
    master:
    - step:
        script: # Modify the commands below to build your repository.          
         - sftp $FTP_USERNAME@192.241.216.482

 

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events