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