From 2748a09017a0a58e831094d4ae0506d39682838e Mon Sep 17 00:00:00 2001 From: Muhep Atasoy Date: Sun, 15 Dec 2019 15:37:57 +0300 Subject: [PATCH] (Test) Github Integration --- .drone.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5b1742f..f166cb1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,11 +16,11 @@ steps: # - ./vendor/bin/phpunit - name: github - image: alpine/git - environment: - SSH_KEY: + image: plugins/drone-git-push + settings: + key: from_secret: ssh_key - SSH_KEY_PUB: - from_secret: ssh_key_pub - commands: - - echo $$SSH_KEY + branch: master + remote: git@github.com:muhep06/dgd-backupper-php.git + commit: true + force: false