refactor!: rename to more suitable name
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2023-02-15 01:37:11 +01:00
parent a86a32fa65
commit c22063ec4b
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ assets() {
RAILS_ENV=production bundle exec rails assets:precompile
}
migrate() {
setup() {
export OTP_SECRET=$(cat /run/secrets/otp_secret)
export SECRET_KEY_BASE=$(cat /run/secrets/secret_key_base)
export DB_PASS=$(cat /run/secrets/db_password)