maybe: remove default cred file
This commit is contained in:
parent
6e4117255e
commit
6667e12f05
@ -45,6 +45,7 @@ function update_script() {
|
|||||||
unzip -q /tmp/v"$RELEASE".zip
|
unzip -q /tmp/v"$RELEASE".zip
|
||||||
mv maybe-"$RELEASE" /opt/maybe
|
mv maybe-"$RELEASE" /opt/maybe
|
||||||
cd /opt/maybe
|
cd /opt/maybe
|
||||||
|
r, ./config/credentials.yml.enc
|
||||||
source ~/.profile
|
source ~/.profile
|
||||||
$STD ./bin/bundle install
|
$STD ./bin/bundle install
|
||||||
$STD ./bin/bundle exec bootsnap precompile --gemfile -j 0
|
$STD ./bin/bundle exec bootsnap precompile --gemfile -j 0
|
||||||
|
@ -71,6 +71,7 @@ REDIS_URL=http://127.0.0.1:6379' \
|
|||||||
RAILS_FORCE_SSL=false\
|
RAILS_FORCE_SSL=false\
|
||||||
RAILS_ASSUME_SSL=false' \
|
RAILS_ASSUME_SSL=false' \
|
||||||
./.env
|
./.env
|
||||||
|
rm -f ./config/credentials.yml.enc
|
||||||
$STD ./bin/bundle install
|
$STD ./bin/bundle install
|
||||||
$STD ./bin/bundle exec bootsnap precompile --gemfile -j 0
|
$STD ./bin/bundle exec bootsnap precompile --gemfile -j 0
|
||||||
$STD ./bin/bundle exec bootsnap precompile -j 0 app/ lib/
|
$STD ./bin/bundle exec bootsnap precompile -j 0 app/ lib/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user