gitlab-ci: clean up ssh key after deploy

This commit is contained in:
makefu 2018-08-17 00:20:50 +02:00
parent c603d3f781
commit e1ce88cb1e
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
1 changed files with 2 additions and 0 deletions

View File

@ -15,3 +15,5 @@ nur-packages makefu:
- git filter-branch -f --prune-empty --subdirectory-filter makefu/5pkgs HEAD
- git remote add deploy git@github.com:makefu/nur-packages.git || git remote set-url deploy git@github.com:makefu/nur-packages.git
- git push --force deploy HEAD:master
after_script:
- rm -f deploy.key