This commit is contained in:
thom 2025-10-23 19:32:33 +00:00
parent 2e2a2a430b
commit c7faacbf12

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: