Update file .gitlab-ci.yml

This commit is contained in:
Selim Gozel 2025-09-18 05:30:14 +00:00
parent 74d5006e9d
commit ff23cd919b

View File

@ -6,7 +6,6 @@ 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: