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