Skip to content

Commit

Permalink
Add 'install-packages' step to install openssh-client.
Browse files Browse the repository at this point in the history
  • Loading branch information
Filbird committed Jul 27, 2016
1 parent e7d6f2d commit 1e6116d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ build:
code: go build launch.go

deploy:
steps:
# Add our deploy key to SSH
- add-ssh-key:
keyname: GIT_KEY

- install-packages:
packages: openssh-client

# Add GitHub's SSH fingerprint to SSH known_hosts
- add-to-known_hosts:
hostname: github.com
Expand Down

0 comments on commit 1e6116d

Please sign in to comment.