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
|
||||
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue