Update .drone.yml
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
96a0769ac5
commit
c4172e6215
15
.drone.yml
15
.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
|
||||
|
|
|
|||
Loading…
Reference in New Issue