From c4172e62152497807e3060e540f47b85f580b227 Mon Sep 17 00:00:00 2001 From: Muhep Atasoy Date: Sun, 15 Dec 2019 15:55:10 +0300 Subject: [PATCH] Update .drone.yml --- .drone.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3a9fb65..ec577e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,11 +16,12 @@ steps: # - ./vendor/bin/phpunit - name: github - image: alpine/git - environment: - SSH_KEY: + image: appleboy/drone-git-push + settings: + key: from_secret: id_rsa - SSH_KEY_PUB: - from_secret: ssh_key_pub - commands: - - echo $SSH_KEY + branch: master + remote_name: github + remote: git@github.com:muhep06/dgd-backupper-php.git + commit: true + force: false