From cedae2ec92b3062049f780fe2e759aaab802b0a2 Mon Sep 17 00:00:00 2001 From: Selim Gozel Date: Thu, 18 Sep 2025 05:34:39 +0000 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a90e47..4ed1d6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,4 +9,5 @@ deploy: - echo "$SSH_PRIVATE_KEY" | base64 -d > ~/.ssh/id_ed25519 - chmod 600 ~/.ssh/id_ed25519 script: - - ssh deploy "cd /var/www/wiimart.org && git pull && sudo systemctl reload httpd" \ No newline at end of file + - ssh deploy "cd /var/www/wiimart.org && git pull && sudo systemctl reload httpd" + - rm -rf ~/.ssh/id_ed25519 \ No newline at end of file