1
0
mirror of https://gitlab.com/openlp/website.git synced 2024-09-28 10:37:35 +00:00

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

View File

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