(Test) Github Integration
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
12290a85b4
commit
2748a09017
14
.drone.yml
14
.drone.yml
|
|
@ -16,11 +16,11 @@ steps:
|
||||||
# - ./vendor/bin/phpunit
|
# - ./vendor/bin/phpunit
|
||||||
|
|
||||||
- name: github
|
- name: github
|
||||||
image: alpine/git
|
image: plugins/drone-git-push
|
||||||
environment:
|
settings:
|
||||||
SSH_KEY:
|
key:
|
||||||
from_secret: ssh_key
|
from_secret: ssh_key
|
||||||
SSH_KEY_PUB:
|
branch: master
|
||||||
from_secret: ssh_key_pub
|
remote: git@github.com:muhep06/dgd-backupper-php.git
|
||||||
commands:
|
commit: true
|
||||||
- echo $$SSH_KEY
|
force: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue