28 lines
525 B
YAML
28 lines
525 B
YAML
kind: pipeline
|
|
name: default
|
|
type: docker
|
|
|
|
steps:
|
|
# - name: composer
|
|
# pull: if-not-exists
|
|
# image: composer
|
|
# commands:
|
|
# - composer install --prefer-dist
|
|
#
|
|
#
|
|
# - name: test
|
|
# image: lorisleiva/laravel-docker
|
|
# commands:
|
|
# - ./vendor/bin/phpunit
|
|
|
|
- name: github
|
|
image: appleboy/drone-git-push
|
|
settings:
|
|
key:
|
|
from_secret: ssh_key
|
|
branch: master
|
|
remote_name: origin
|
|
remote: git@github.com:muhep06/dgd-backupper-php.git
|
|
commit: true
|
|
force: false
|