UNPKG

acklen-keystone

Version:

Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose

33 lines (26 loc) 588 B
steps: - name: ':hammer: Build' command: '/.buildkite/build.sh' agents: node: 'true' eslint: 'true' - wait - name: ':fire: Test' command: '/.buildkite/test.sh' agents: node: 'true' eslint: 'true' - wait - name: ':rocket: Deploy' command: '/.buildkite/deploy.sh' branches: 'develop staging master' agents: node: 'true' eslint: 'true' - wait - name: ':hammer::hammer: Rebuild' command: '/.buildkite/rebuild.sh' branches: 'develop staging master' agents: node: 'true' eslint: 'true'