This commit is contained in:
Pig Fang 2019-03-15 22:33:54 +08:00
parent 3aefa7697b
commit 61e20cd615

View File

@ -15,23 +15,7 @@ install:
script:
- yarn build
- cp .env.example .env
- zip -9 -r blessing-skin-server-$TRAVIS_TAG.zip \
app \
bootstrap \
config \
database \
plugins \
public \
resources/lang \
resources/views \
routes \
storage \
vendor \
.env \
artisan \
LICENSE \
README.md \
README_EN.md
- zip -9 -r blessing-skin-server-$TRAVIS_TAG.zip app bootstrap config database plugins public resources/lang resources/views routes storage vendor .env artisan LICENSE README.md README_EN.md
deploy:
provider: releases