1
0
mirror of https://gitlab.com/openlp/website.git synced 2024-09-27 18:17:35 +00:00

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

View File

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