alpha_omega 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/bin/deploy +1 -2
- data/libexec/deploy +1 -1
- data/libexec/patch +1 -1
- data/libexec/rollback +1 -1
- data/libexec/stage +1 -1
- data/recipes/alpha_omega/version.rb +1 -1
- metadata +3 -3
data/bin/deploy
CHANGED
data/libexec/deploy
CHANGED
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
|
|
3
3
|
which figlet 2>&- > /dev/null
|
|
4
4
|
bundle check || bundle --local --path vendor/bundle
|
|
5
|
-
exec bundle exec foreman start -c git=1,cap=1,rollback=0,stage=0,patch=0
|
|
5
|
+
exec bundle exec foreman start -f $(dirname $(dirname $0))/Procfile -c git=1,cap=1,rollback=0,stage=0,patch=0
|
|
6
6
|
|
data/libexec/patch
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
which figlet 2>&- > /dev/null
|
|
4
4
|
bundle check || bundle --local --path vendor/bundle
|
|
5
|
-
exec bundle exec foreman start -c git=1,patch=1,cap=0,rollback=0,stage=0
|
|
5
|
+
exec bundle exec foreman start -f $(dirname $(dirname $0))/Procfile -c git=1,patch=1,cap=0,rollback=0,stage=0
|
data/libexec/rollback
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
which figlet 2>&- > /dev/null
|
|
4
4
|
bundle check || bundle --local --path vendor/bundle
|
|
5
|
-
exec bundle exec foreman start -c git=1,rollback=1,cap=0,stage=0,patch=0
|
|
5
|
+
exec bundle exec foreman start -f $(dirname $(dirname $0))/Procfile -c git=1,rollback=1,cap=0,stage=0,patch=0
|
data/libexec/stage
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
which figlet 2>&- > /dev/null
|
|
4
4
|
bundle check || bundle --local --path vendor/bundle
|
|
5
|
-
exec bundle exec foreman start -c git=1,stage=1,cap=0,rollback=0,patch=0
|
|
5
|
+
exec bundle exec foreman start -f $(dirname $(dirname $0))/Procfile -c git=1,stage=1,cap=0,rollback=0,patch=0
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alpha_omega
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.0.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- David Nghiem
|