You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hit the following error when running: mina deploy
I have verified, and the file faucet.yml is located in the config folder. Why is it reading this then?
-----> Migrating database
$ RAILS_ENV="production" bundle exec rake db:migrate
rake aborted!
Errno::ENOENT: No such file or directory @ rb_sysopen - /www/tmp/build-144745690926652/config/faucet.yml
/www/tmp/build-144745690926652/config/application.rb:9:in read' /www/tmp/build-144745690926652/config/application.rb:9:in<top (required)>'
/www/tmp/build-144745690926652/Rakefile:4:in require' /www/tmp/build-144745690926652/Rakefile:4:in<top (required)>'
(See full trace by running task with --trace)
! ERROR: Deploy failed.
-----> Cleaning up build
$ rm -rf "$build_path"
Unlinking current
$ rm -f "deploy.lock"
OK
! Command failed.
Failed with status 1 (19)
The text was updated successfully, but these errors were encountered:
I hit the following error when running: mina deploy
I have verified, and the file faucet.yml is located in the config folder. Why is it reading this then?
-----> Migrating database
$ RAILS_ENV="production" bundle exec rake db:migrate
rake aborted!
Errno::ENOENT: No such file or directory @ rb_sysopen - /www/tmp/build-144745690926652/config/faucet.yml
/www/tmp/build-144745690926652/config/application.rb:9:in
read' /www/tmp/build-144745690926652/config/application.rb:9:in
<top (required)>'/www/tmp/build-144745690926652/Rakefile:4:in
require' /www/tmp/build-144745690926652/Rakefile:4:in
<top (required)>'(See full trace by running task with --trace)
! ERROR: Deploy failed.
-----> Cleaning up build
$ rm -rf "$build_path"
Unlinking current
$ rm -f "deploy.lock"
OK
! Command failed.
Failed with status 1 (19)
The text was updated successfully, but these errors were encountered: