mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-21 20:56:07 +03:00
test deploy
This commit is contained in:
parent
090a4b6cfa
commit
9e1edf2fcc
25
.travis.yml
25
.travis.yml
@ -32,15 +32,20 @@ before_script:
|
||||
- (php -S localhost:8000 -t www &) 2> /dev/null > /dev/null
|
||||
- sleep 2
|
||||
|
||||
script:
|
||||
- composer test
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- script: composer test
|
||||
|
||||
deploy:
|
||||
skip_cleanup: true
|
||||
provider: script
|
||||
script: make
|
||||
on:
|
||||
php: 7.1
|
||||
branch: master
|
||||
condition: "$DEPLOY = true"
|
||||
- stage: GitHub Release
|
||||
script: make build_archive
|
||||
before_deploy:
|
||||
- `cat VERSION|awk '{print "export ARCHIVE_NAME=retailcrm-"$1".zip"}'`
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key: $GITHUB_OAUTH_TOKEN
|
||||
skip_cleanup: true
|
||||
file: $ARCHIVE_NAME
|
||||
on:
|
||||
php: 7.1
|
||||
branch: master
|
Loading…
Reference in New Issue
Block a user