Skip to content

Commit 5b7fc61

Browse files
committed
this works now, see https://rails-demo.libre.fm
1 parent ef3a102 commit 5b7fc61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/deploy.rb

+3-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# Put any custom commands you need to run at setup
4242
# All paths in `shared_dirs` and `shared_paths` will be created on their own.
4343
task :setup do
44-
44+
4545
in_path(fetch(:shared_path)) do
4646

4747
command %[mkdir -p config]
@@ -59,6 +59,7 @@
5959
#path_secrets_yml = "config/secrets.yml"
6060
#secrets_yml = %[production:\n secret_key_base:\n #{`bundle exec rake credentials`.strip}]
6161
#command %[test -e #{path_secrets_yml} || echo "#{secrets_yml}" > #{path_secrets_yml}]
62+
6263

6364
# Remove others-permission for config directory
6465
command %[chmod -R o-rwx config]
@@ -86,7 +87,7 @@
8687
end
8788

8889
# you can use `run :local` to run tasks on local machine before of after the deploy scripts
89-
# run(:local){ say 'done' }
90+
# run :local){ say 'done' }
9091
end
9192

9293
# For help in making your deploy script, see the Mina documentation:

0 commit comments

Comments
 (0)