mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 19:01:47 +08:00
25 lines
457 B
YAML
25 lines
457 B
YAML
machine:
|
|
node:
|
|
version: 7
|
|
services:
|
|
- docker
|
|
- redis
|
|
|
|
test:
|
|
override:
|
|
- npm run lint
|
|
- ./bin/cli settings init
|
|
- sleep 5
|
|
- MOCHA_FILE=$CIRCLE_TEST_REPORTS/junit/test-results.xml NPM_PACKAGE_CONFIG_MOCHA_REPORTER=mocha-junit-reporter npm run test
|
|
|
|
deployment:
|
|
release:
|
|
tag: /[0-9]+(\.[0-9]+)*/
|
|
commands:
|
|
- bash ./scripts/deploy.sh
|
|
|
|
latest:
|
|
branch: master
|
|
commands:
|
|
- bash ./scripts/deploy.sh
|