Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Commonwell
/
broker-site
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
ada974d3
authored
2023-04-06 16:13:13 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
WORDFENCE DEPLOY
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
72048172
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 @
ada974d
...
...
@@ -91,7 +91,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 -Rf 777 .htaccess wordfence-waf.php wp-content/advanced-cache.php
"
execute
"cd '
#{
release_path
}
/'; chmod -Rf 777 .htaccess wordfence-waf.php wp-content/advanced-cache.php wp-content/plugins/wordfence/ .user.ini
"
end
end
end
...
...
Please
register
or
sign in
to post a comment