Update .drone.yml
continuous-integration/drone/push Build is failing Details

pull/1/head
Muhep Atasoy 2019-12-15 16:00:59 +03:00
parent c4172e6215
commit 2846adeaf1
1 changed files with 10 additions and 8 deletions

View File

@ -16,12 +16,14 @@ steps:
# - ./vendor/bin/phpunit
- name: github
image: appleboy/drone-git-push
settings:
key:
image: alpine/git
environment:
SSH_KEY:
from_secret: id_rsa
branch: master
remote_name: github
remote: git@github.com:muhep06/dgd-backupper-php.git
commit: true
force: false
SSH_KEY_PUB:
from_secret: id_rsa_pub
commands:
- mkdir .ssh
- echo $SSH_KEY > ~/.ssh/id_rsa
- echo $SSH_KEY_PUB > ~/.ssh/id_rsa.pub
- ssh-add ~/.ssh/id_rsa