foreplay 0.1.9 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/foreplay/deploy.rb +1 -1
- data/lib/foreplay/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a871af7ae274b786c2187f8ad0e350ffd7de0f5
|
4
|
+
data.tar.gz: 2be85bd0359759db0c8aceff3f35717c082b7e3d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e3d7affb047792f2395255f826a6756648ee84495844156fecbb82161888dc1ab43f641c7fce07aeaa8d3521709bba573fc444e89cb5f88116e0bbcd6f18803
|
7
|
+
data.tar.gz: c033baf78141a6a16fdd757599459e89c7c04951d84f62aa7e4ff83414419e4ffe2f1ed9d4c0080b5ba21c8ed9f05beb27185c21c22f447f8906a616a6cd1cb8
|
data/lib/foreplay/deploy.rb
CHANGED
@@ -143,7 +143,7 @@ module Foreplay
|
|
143
143
|
instructions[:foreman]['app'] = current_service
|
144
144
|
instructions[:foreman]['port'] = current_port
|
145
145
|
instructions[:foreman]['user'] = user
|
146
|
-
instructions[:foreman]['log'] = "$HOME/#{path}/#{current_port}"
|
146
|
+
instructions[:foreman]['log'] = "$HOME/#{path}/#{current_port}/log"
|
147
147
|
|
148
148
|
# Commands to execute on remote server
|
149
149
|
steps = [
|
data/lib/foreplay/version.rb
CHANGED