-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
working on fixing the backend, database
- Loading branch information
Showing
3 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,5 @@ | |
|
||
# Ignore master key for decrypting credentials and more. | ||
/config/master.key | ||
|
||
/config/credentials/production.key |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,19 @@ | ||
#!/bin/sh | ||
set -o errexit | ||
set -o nounset | ||
set -o pipefail | ||
|
||
# Install gems | ||
bundle install | ||
|
||
# Precompile assets | ||
bundle exec rake assets:precompile | ||
|
||
# Clean up old assets | ||
bundle exec rake assets:clean | ||
|
||
# Run database migrations | ||
bundle exec rake db:migrate | ||
|
||
# Optionally, you might want to clear old logs | ||
# bundle exec rake log:clear |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
B+Stw2SvxRJCvThMPF4yuKDhWBR8WJnYWLu343tKjSiwQJSaaWQOz7PASMiEhlpp4sW3hCCi0NWYUdiP2O/e7Ffq+X0=--bRzY3vDLFfbypmHk--Tnst9jaa9yDqim4PRTDDqQ== |