Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jeff Balicki
/
FP_Canada
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
5d22589e
authored
2022-01-17 16:30:39 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
dd
1 parent
d47738bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config/deploy.rb
config/deploy.rb
View file @
5d22589
...
...
@@ -73,7 +73,7 @@ namespace :deploy do
desc
'set file permissions'
task
:set_permissions
do
on
roles
(
:web
),
in: :sequence
,
wait:
5
do
execute
"cd '
#{
release_path
}
/'; chmod 777 .htaccess
.user.ini
wordfence-waf.php"
execute
"cd '
#{
release_path
}
/'; chmod 777 .htaccess wordfence-waf.php"
end
end
end
...
...
Please
register
or
sign in
to post a comment