(Test) Github Integration
continuous-integration/drone/push Build is passing Details

pull/1/head
Muhep Atasoy 2019-12-15 15:23:56 +03:00
parent aeff1afdb7
commit 7d26f2c099
1 changed files with 19 additions and 9 deletions

View File

@ -3,14 +3,24 @@ name: default
type: docker
steps:
- name: composer
pull: if-not-exists
image: composer
commands:
- composer install --prefer-dist
# - name: composer
# pull: if-not-exists
# image: composer
# commands:
# - composer install --prefer-dist
#
#
# - name: test
# image: lorisleiva/laravel-docker
# commands:
# - ./vendor/bin/phpunit
- name: test
image: lorisleiva/laravel-docker
- name: github
image: alpine/git
environment:
SSH_KEY:
from_secret: ssh_key
SSH_KEY_PUB:
from_secret: ssh_key_pub
commands:
- ./vendor/bin/phpunit
- echo ${SSH_KEY}