Restrict the deployment to only happen on master in the main repository

This commit is contained in:
Raoul Snyman 2019-09-26 16:40:11 +00:00 committed by Tim Bentley
parent f019a6ab12
commit fc1c8d82b3
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ deploy:
- cd output
- scp -r * openlp@openlp.org:public_html/
only:
- master
- master@openlp/website