diff --git a/.drone.yml b/.drone.yml index 7043165..0beb363 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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}