refactor!: rename to more suitable name
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a86a32fa65
commit
c22063ec4b
2
abra.sh
2
abra.sh
@ -10,7 +10,7 @@ assets() {
|
|||||||
RAILS_ENV=production bundle exec rails assets:precompile
|
RAILS_ENV=production bundle exec rails assets:precompile
|
||||||
}
|
}
|
||||||
|
|
||||||
migrate() {
|
setup() {
|
||||||
export OTP_SECRET=$(cat /run/secrets/otp_secret)
|
export OTP_SECRET=$(cat /run/secrets/otp_secret)
|
||||||
export SECRET_KEY_BASE=$(cat /run/secrets/secret_key_base)
|
export SECRET_KEY_BASE=$(cat /run/secrets/secret_key_base)
|
||||||
export DB_PASS=$(cat /run/secrets/db_password)
|
export DB_PASS=$(cat /run/secrets/db_password)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user