diff options
| author | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-03-14 14:27:30 +0200 |
|---|---|---|
| committer | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-03-14 14:27:30 +0200 |
| commit | 78e79f635377cfb72663ac339ec5d28de77ab6b2 (patch) | |
| tree | 9370628828b5f664fe1d11cb65ef5fcb1d0a1112 | |
| parent | 4f4b6e517f48fa8493c6d19adc7ae66a307908d9 (diff) | |
fix gitlab-ci x5
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 360de78..b730324 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ deploy: image: docker:24.0.5 before_script: - mkdir -p ~/.ssh - - echo "$SSH_PRIVATE_KEY_B64" | base64 -d > ~/.ssh/id_ed25519 + - cp /home/arkadii/.ssh/gitlab_deploy ~/.ssh/id_ed25519 - chmod 600 ~/.ssh/id_ed25519 - eval "$(ssh-agent -s)" - ssh-add ~/.ssh/id_ed25519 |
