forked from cloudify-cosmo/getcloudify.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
35 lines (31 loc) · 709 Bytes
/
circle.yml
File metadata and controls
35 lines (31 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#general:
# branches:
# ignore:
# - master
## Customize the test machine
machine:
# Version of ruby to use
ruby:
version:
2.1.2
checkout:
post:
- rm -rf ./_site
## Customize dependencies
dependencies:
override:
- bundle install:
timeout: 3600 # fail if command has no output for 60 minutes
- bundle exec jekyll build:
timeout: 3600 # fail if command has no output for 60 minutes
cache_directories:
- /home/ubuntu/.rvm/gems/ruby-2.1.2
test:
override:
- echo "No tests are needed, this is a static website :)"
## Customize deployment commands
deployment:
production:
branch: master
commands:
- bundle exec s3_website push