Skip to content

Commit

Permalink
Deployment: fix permission requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Dec 3, 2016
1 parent 96f6cef commit 44f3b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Make sure it's installed and all dependencies are met. Consult

The deployment is performed over SSH, so make sure that CI server have SSH
access to the target machine as the same `cor-site` user, and that `cor-site`
has permissions to execute the commands `sudo /usr/bin/systemctl stop cor-site`
has permissions to execute the commands `sudo /usr/bin/systemctl start cor-site`
and `sudo /usr/bin/systemctl stop cor-site` (and nothing else).

[dotnet]: https://dot.net/
Expand Down

0 comments on commit 44f3b0a

Please sign in to comment.