new drone file
the build was successful Details

This commit is contained in:
Annika Backstrom 2018-06-03 20:54:14 -04:00
parent f95a4bd099
commit 661e414ab6
1 changed files with 12 additions and 0 deletions

12
.drone.yml Normal file
View File

@ -0,0 +1,12 @@
pipeline:
production:
image: alpine:3.7
secrets: [ ssh_private_key, ssh_host_key ]
commands:
- mkdir "$${HOME}/.ssh"
- echo -n "$${SSH_PRIVATE_KEY}" > "$${HOME}/.ssh/id_rsa"
- chmod 700 "$${HOME}/.ssh/id_rsa"
- echo "$${SSH_HOST_KEY}" > "$${HOME}/.ssh/known_hosts"
- ls -lR /root
branches: master