Update .drone.yml
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5649896bd6
commit
cae58fa67a
15
.drone.yml
15
.drone.yml
|
|
@ -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
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue