forked from Gigaspaces/xap-docs
-
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) · 707 Bytes
/
Copy pathcircle.yml
File metadata and controls
35 lines (31 loc) · 707 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
## Customize the test machine
machine:
# Version of ruby to use
ruby:
version:
2.1.2
checkout:
post:
- git submodule init
- git submodule update
- cd ./site/content/sbp && git checkout master && git pull
## Customize dependencies
dependencies:
pre:
- bash ./install-hugo.sh
override:
- bundle install:
timeout: 3600 # fail if command has no output for 60 minutes
- bash ./build-site.sh
cache_directories:
- /home/ubuntu/.rvm/gems/ruby-2.1.2
- hugo
test:
override:
- echo "No tests are needed, this is a static website :)"
## Customize deployment commands
deployment:
production:
branch: master
commands:
- s3_website push