File tree Expand file tree Collapse file tree 8 files changed +181
-4510
lines changed
ansible/roles/errbit/tasks Expand file tree Collapse file tree 8 files changed +181
-4510
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,7 @@ require 'capistrano/bundler'
6
6
require 'capistrano/passenger'
7
7
require 'capistrano/rails/assets'
8
8
9
+ require "capistrano/scm/git"
10
+ install_plugin Capistrano ::SCM ::Git
11
+
9
12
Dir . glob ( 'lib/capistrano/tasks/*.rake' ) . each { |r | import r }
Original file line number Diff line number Diff line change @@ -96,9 +96,9 @@ group :test do
96
96
gem 'coveralls' , require : false
97
97
end
98
98
99
- group :no_docker , :test , :development do
100
- gem 'mini_racer' , platform : :ruby # C Ruby (MRI) or Rubinius, but NOT Windows
101
- end
99
+ # group :no_docker, :test, :development do
100
+ # gem 'mini_racer', platform: :ruby # C Ruby (MRI) or Rubinius, but NOT Windows
101
+ # end
102
102
103
103
gem 'puma'
104
104
gem 'sass-rails'
@@ -111,3 +111,6 @@ gem 'sucker_punch'
111
111
112
112
ENV [ 'USER_GEMFILE' ] ||= './UserGemfile'
113
113
eval_gemfile ENV [ 'USER_GEMFILE' ] if File . exist? ( ENV [ 'USER_GEMFILE' ] )
114
+
115
+ gem "ed25519" , "~> 1.3"
116
+ gem "bcrypt_pbkdf" , "~> 1.1"
Original file line number Diff line number Diff line change 47
47
airbrake (4.3.8 )
48
48
builder
49
49
multi_json
50
+ airbrussh (1.4.1 )
51
+ sshkit (>= 1.6.1 , != 1.7.0 )
50
52
arel (7.1.4 )
51
53
ast (2.4.2 )
52
54
bcrypt (3.1.18 )
53
55
bcrypt (3.1.18-java )
56
+ bcrypt_pbkdf (1.1.0 )
54
57
better_errors (2.9.1 )
55
58
coderay (>= 1.0.0 )
56
59
erubi (>= 1.0.0 )
62
65
bson (4.15.0-java )
63
66
builder (3.2.4 )
64
67
campy (1.0.0 )
68
+ capistrano (3.17.3 )
69
+ airbrussh (>= 1.0.0 )
70
+ i18n
71
+ rake (>= 10.0.0 )
72
+ sshkit (>= 1.9.0 )
73
+ capistrano-bundler (2.1.0 )
74
+ capistrano (~> 3.1 )
75
+ capistrano-passenger (0.2.1 )
76
+ capistrano (~> 3.0 )
77
+ capistrano-rails (1.6.3 )
78
+ capistrano (~> 3.1 )
79
+ capistrano-bundler (>= 1.1 , < 3 )
80
+ capistrano-rbenv (2.2.0 )
81
+ capistrano (~> 3.1 )
82
+ sshkit (~> 1.3 )
83
+ capistrano-rvm (0.1.2 )
84
+ capistrano (~> 3.0 )
85
+ sshkit (~> 1.2 )
86
+ capistrano3-puma (5.2.0 )
87
+ capistrano (~> 3.7 )
88
+ capistrano-bundler
89
+ puma (>= 4.0 , < 6.0 )
65
90
capybara (3.37.1 )
66
91
addressable
67
92
matrix
107
132
activesupport (>= 5.0 )
108
133
request_store (>= 1.0 )
109
134
ruby2_keywords
135
+ ed25519 (1.3.0 )
136
+ ed25519 (1.3.0-java )
110
137
email_spec (2.2.0 )
111
138
htmlentities (~> 4.3.3 )
112
139
launchy (~> 2.1 )
196
223
mongoid
197
224
launchy (2.5.0 )
198
225
addressable (~> 2.7 )
199
- libv8-node (16.10.0.0 )
200
- libv8-node (16.10.0.0-arm64-darwin )
201
- libv8-node (16.10.0.0-x86_64-darwin )
202
- libv8-node (16.10.0.0-x86_64-darwin-19 )
203
- libv8-node (16.10.0.0-x86_64-linux )
204
226
listen (3.0.8 )
205
227
rb-fsevent (~> 0.9 , >= 0.9.4 )
206
228
rb-inotify (~> 0.9 , >= 0.9.7 )
219
241
mime-types-data (3.2022.0105 )
220
242
mini_mime (1.1.2 )
221
243
mini_portile2 (2.8.0 )
222
- mini_racer (0.6.3 )
223
- libv8-node (~> 16.10.0.0 )
224
244
minitest (5.16.3 )
225
245
mongo (2.18.1 )
226
246
bson (>= 4.14.1 , < 5.0.0 )
240
260
multi_json (1.15.0 )
241
261
multi_xml (0.6.0 )
242
262
multipart-post (2.2.3 )
263
+ net-scp (4.0.0 )
264
+ net-ssh (>= 2.6.5 , < 8.0.0 )
265
+ net-ssh (7.1.0 )
243
266
netrc (0.11.0 )
244
267
nio4r (2.5.8 )
245
268
nio4r (2.5.8-java )
425
448
actionpack (>= 4.0 )
426
449
activesupport (>= 4.0 )
427
450
sprockets (>= 3.0.0 )
451
+ sshkit (1.21.5 )
452
+ net-scp (>= 1.1.2 )
453
+ net-ssh (>= 2.8.0 )
428
454
sucker_punch (3.0.1 )
429
455
concurrent-ruby (~> 1.0 )
430
456
sync (0.5.0 )
@@ -476,16 +502,25 @@ DEPENDENCIES
476
502
actionpack (= 5.0.7.2 )
477
503
activemodel-serializers-xml
478
504
airbrake (~> 4.3.5 )
505
+ bcrypt_pbkdf (~> 1.1 )
479
506
better_errors
480
507
bigdecimal (~> 1.4.4 )
481
508
binding_of_caller
482
509
campy
510
+ capistrano
511
+ capistrano-bundler
512
+ capistrano-passenger
513
+ capistrano-rails
514
+ capistrano-rbenv
515
+ capistrano-rvm
516
+ capistrano3-puma
483
517
capybara
484
518
coveralls
485
519
decent_exposure
486
520
devise
487
521
dotenv-rails
488
522
draper
523
+ ed25519 (~> 1.3 )
489
524
email_spec
490
525
errbit_github_plugin
491
526
errbit_plugin
@@ -504,7 +539,6 @@ DEPENDENCIES
504
539
launchy
505
540
listen (~> 3.0.5 )
506
541
meta_request
507
- mini_racer
508
542
mongoid (= 6.0.3 )
509
543
mongoid-rspec
510
544
omniauth
Original file line number Diff line number Diff line change 12
12
- name : Errbit | Create /home/errbit directory
13
13
ansible.builtin.file :
14
14
path : /home/errbit
15
- owner : deployuser
16
15
state : directory
16
+ owner : deployuser
17
17
mode : ' 0755'
18
18
19
19
- name : Errbit | Create deploy directories
20
20
remote_user : deployuser
21
21
ansible.builtin.file :
22
22
path : /home/errbit/{{ item }}
23
23
state : directory
24
+ owner : deployuser
24
25
mode : ' 0755'
25
26
with_items :
27
+ - current
26
28
- releases
27
29
- shared
28
30
- shared/config
You can’t perform that action at this time.
0 commit comments