Sun Jun 3 21:51:08 EDT 2018
the build was successful Details

This commit is contained in:
Annika Backstrom 2018-06-03 21:51:08 -04:00
parent 6ce5773a60
commit 780ee2fd37
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pipeline:
production:
image: alpine:3.7
image: localhost:5000/alpine:3.7
secrets: [ ssh_private_key, ssh_host_key ]
commands:
- apk add --update openssh-client
@ -13,6 +13,6 @@ pipeline:
- cat "$${HOME}/.ssh/known_hosts"
- cat "$${HOME}/.ssh/known_hosts"
- ssh deploy@web04.sixohthree.com ls
- cat "$${HOME}/.ssh/known_hosts"
- echo "$${HOME}/.ssh/known_hosts"
branches: master