immosquare-capistrano 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d63f243f98fe9e7c78dbaa6907959df6ca0c8021cf35cda1f35de86743cbeb7b
|
4
|
+
data.tar.gz: 47f3e09254bb0aa1327bc23d9a24a01dbbc51276b1dd5ad15a7ee4478239a333
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 376f46c4d8596c3d8844ad55f81bf987786610a7bb71ea1cfbebae15071ff8d644a1a4767616ba6c79f61af02a666c9ac471d9519a6c845bbba604c490c5c460
|
7
|
+
data.tar.gz: e0f29fa182a215f634a10a9148148e3434d7978850e4e61adf862686acbca79aee852d080108bfcd95ae4fd76385386b1ba5ce46a481b87758d1a63e747ce275
|
@@ -8,7 +8,7 @@ Type=notify
|
|
8
8
|
WatchdogSec=10
|
9
9
|
User=<%= fetch(:puma_user) %>
|
10
10
|
WorkingDirectory=<%= current_path %>
|
11
|
-
ExecStart=<%= Capistrano::Immosquare::Helpers.expanded_bundle_command
|
11
|
+
ExecStart=<%= "#{Capistrano::Immosquare::Helpers.expanded_bundle_command} exec puma -e #{fetch(:stage)}" %>
|
12
12
|
ExecReload=/bin/kill -USR1 $MAINPID
|
13
13
|
|
14
14
|
|
@@ -8,8 +8,7 @@ Type=notify
|
|
8
8
|
WatchdogSec=10
|
9
9
|
User=<%= fetch(:sidekiq_user) %>
|
10
10
|
WorkingDirectory=<%= current_path %>
|
11
|
-
|
12
|
-
ExecStart=<%= Capistrano::Immosquare::Helpers.expanded_bundle_command %> exec sidekiq -e production
|
11
|
+
ExecStart=<%= "#{Capistrano::Immosquare::Helpers.expanded_bundle_command} exec sidekiq -e #{fetch(:stage)}" %>
|
13
12
|
|
14
13
|
UMask=0002
|
15
14
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: immosquare-capistrano
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- IMMO SQUARE
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-04-
|
11
|
+
date: 2024-04-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: capistrano
|