maybe: remove default cred file

This commit is contained in:
vhsdream 2025-06-08 22:31:52 -04:00
parent 6e4117255e
commit 6667e12f05
2 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ function update_script() {
unzip -q /tmp/v"$RELEASE".zip
mv maybe-"$RELEASE" /opt/maybe
cd /opt/maybe
r, ./config/credentials.yml.enc
source ~/.profile
$STD ./bin/bundle install
$STD ./bin/bundle exec bootsnap precompile --gemfile -j 0

View File

@ -71,6 +71,7 @@ REDIS_URL=http://127.0.0.1:6379' \
RAILS_FORCE_SSL=false\
RAILS_ASSUME_SSL=false' \
./.env
rm -f ./config/credentials.yml.enc
$STD ./bin/bundle install
$STD ./bin/bundle exec bootsnap precompile --gemfile -j 0
$STD ./bin/bundle exec bootsnap precompile -j 0 app/ lib/