summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2018-08-17 00:20:50 +0200
committermakefu <github@syntax-fehler.de>2018-08-17 00:20:50 +0200
commite1ce88cb1e38679bf0b004e233f0c4249b9e662b (patch)
tree651101e3d99bf69353d0866bea6edc86c19ab0e5
parentc603d3f78100c0b0d1f06837e2742a3ac03e236b (diff)
gitlab-ci: clean up ssh key after deploy
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1e7a7df5..1946f269 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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