-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcircle.yml
More file actions
36 lines (31 loc) · 877 Bytes
/
circle.yml
File metadata and controls
36 lines (31 loc) · 877 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
36
experimental:
notify:
branches:
only:
- master
machine:
environment:
GEMNASIUM_TESTSUITE: 'script/cibuild'
GEMNASIUM_PROJECT_SLUG: 'github.com/dobtco/gbas'
dependencies:
cache_directories:
- "public/assets"
- "tmp/cache/assets"
deployment:
staging:
branch: master
commands:
- curl -X POST -d "" https://hooks.cloud66.com/stacks/redeploy/ac1a60cedca2f1f4e1c44e67d125d6d9/8a5da72231931fc3a4801e497acc22be
production:
branch: production
commands:
- curl -X POST -d "" https://hooks.cloud66.com/stacks/redeploy/ac1a60cedca2f1f4e1c44e67d125d6d9/fcadb4d3a33b131ce002164cd6f37386
database:
override:
- mv config/database.ci.yml config/database.yml
- bundle exec rake db:setup
post:
- "RAILS_ENV=test bundle exec rake assets:precompile assets:clean[0]"
test:
override:
- script/cibuild