Merge branch 'ignore-deploy' into 'master'

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

See merge request openlp/website!4
This commit is contained in:
Tim Bentley 2019-09-26 16:40:11 +00:00
commit 76ead46282
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