1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/circle.yml

26 lines
432 B
YAML
Raw Normal View History

2015-11-23 14:42:55 +00:00
machine:
python:
2016-06-05 21:16:36 +01:00
version: 3.5.1
2016-04-08 23:38:36 +01:00
node:
2016-06-05 21:16:36 +01:00
version: 5.11.1
2016-07-29 21:55:19 +01:00
environment:
2016-07-29 23:06:50 +01:00
BUILD_PRODUCTION: true
2016-08-26 11:42:06 +01:00
NODE_ENV: production
NPM_CONFIG_PRODUCTION: false
2015-11-23 14:42:55 +00:00
dependencies:
pre:
2016-08-28 10:30:07 +01:00
- make -B
2015-11-23 14:42:55 +00:00
test:
override:
2016-06-05 19:47:14 +01:00
- make test
2016-06-12 22:09:39 +01:00
deployment:
production:
2016-08-13 20:20:57 +01:00
branch: master
2016-06-12 22:09:39 +01:00
commands:
2016-08-24 10:32:42 +01:00
- git config --global user.email "git@theorangeone.net"
- git config --global user.name "TheOrangeOne"
2016-06-12 22:09:39 +01:00
- make upload