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

pull/1/head
Muhep Atasoy 2019-12-15 15:55:10 +03:00
parent 96a0769ac5
commit c4172e6215
1 changed files with 8 additions and 7 deletions

View File

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