Update .drone.yml

pull/1/head
Muhep Atasoy 2019-12-15 20:16:32 +03:00
parent 92e85f1f64
commit 62b51b4318
1 changed files with 9 additions and 8 deletions

View File

@ -3,11 +3,11 @@ name: default
type: docker type: docker
steps: steps:
# - name: composer - name: composer
# pull: if-not-exists pull: if-not-exists
# image: composer image: composer
# commands: commands:
# - composer install --prefer-dist - composer install --prefer-dist
# #
# - name: test # - name: test
# image: lorisleiva/laravel-docker # image: lorisleiva/laravel-docker
@ -39,7 +39,8 @@ steps:
environment: environment:
BUILD_VERSION: "1.0.1-pre" BUILD_VERSION: "1.0.1-pre"
commands: commands:
#- composer global require humbug/box - composer global require humbug/box
- echo php backupper app:build $BUILD_VERSION -n >> build.sh - echo php backupper app:build --build-version=$BUILD_VERSION -n >> build.sh
- cat build.sh - chmod +x .build.sh
- ./build.sh
- php builds/backupper - php builds/backupper