mirror of
https://github.com/rmaake1/httpstatuses.git
synced 2024-11-20 01:12:43 +01:00
14 lines
175 B
YAML
14 lines
175 B
YAML
machine:
|
|
node:
|
|
version: 4.1.0
|
|
|
|
dependencies:
|
|
post:
|
|
- bower install
|
|
- node build
|
|
|
|
deployment:
|
|
production:
|
|
branch: master
|
|
commands:
|
|
- ./deploy.sh |