Skip to content

Commit 9fa3238

Browse files
committed
use prod-console script from baseline
1 parent fedd0eb commit 9fa3238

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

bin/prod-console

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
#!/usr/bin/env bash
22

3-
set -x
4-
5-
if [[ -n $RAILS_ENV && $RAILS_ENV != "development" ]]; then
6-
echo "Refusing to run in $RAILS_ENV environment."
7-
exit 1
8-
fi
9-
10-
ssh -t many-apps "tmux new -A -s console 'cd ~/railsbump/current && bin/rails c'"
3+
$(bundle show baseline)/bin/prod-console many-apps railsbump

0 commit comments

Comments
 (0)