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

pull/1/head
Muhep Atasoy 2019-12-15 15:48:53 +03:00
parent 5649896bd6
commit cae58fa67a
1 changed files with 7 additions and 8 deletions

View File

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