Update file .gitlab-ci.yml

This commit is contained in:
Selim Gozel 2025-09-18 05:12:42 +00:00
parent c7f24ff187
commit 74d5006e9d

View File

@ -6,6 +6,7 @@ deploy:
tags: tags:
- shell - shell
before_script: before_script:
- mkdir -p ~/.ssh
- echo "$SSH_PRIVATE_KEY" | base64 -d > ~/.ssh/id_ed25519 - echo "$SSH_PRIVATE_KEY" | base64 -d > ~/.ssh/id_ed25519
- chmod 600 ~/.ssh/id_ed25519 - chmod 600 ~/.ssh/id_ed25519
script: script: