diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ae7e0095..a81b1469 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,6 +156,20 @@ test_ubuntu_1604: # Deploy stage ############################################ +deploy_sourceforge: + stage: deploy + tags: + - linux + - docker + script: + - git remote add sourceforge ssh://mhochste@git.code.sf.net/p/netgen-mesher/git || true + - git remote update + - git checkout master + - git pull origin master + - git push sourceforge master + only: + - master + ############################################ # Cleanup stage ############################################