File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 41
41
# Put any custom commands you need to run at setup
42
42
# All paths in `shared_dirs` and `shared_paths` will be created on their own.
43
43
task :setup do
44
-
44
+
45
45
in_path ( fetch ( :shared_path ) ) do
46
46
47
47
command %[mkdir -p config]
59
59
#path_secrets_yml = "config/secrets.yml"
60
60
#secrets_yml = %[production:\n secret_key_base:\n #{`bundle exec rake credentials`.strip}]
61
61
#command %[test -e #{path_secrets_yml} || echo "#{secrets_yml}" > #{path_secrets_yml}]
62
+
62
63
63
64
# Remove others-permission for config directory
64
65
command %[chmod -R o-rwx config]
86
87
end
87
88
88
89
# 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' }
90
91
end
91
92
92
93
# For help in making your deploy script, see the Mina documentation:
You can’t perform that action at this time.
0 commit comments