diff options
| author | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-03-14 14:41:06 +0200 |
|---|---|---|
| committer | l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-03-14 14:41:06 +0200 |
| commit | 93d0758e7718258a4217075b4f629415ce323f49 (patch) | |
| tree | 9370628828b5f664fe1d11cb65ef5fcb1d0a1112 | |
| parent | 1d4063812d4e007ce290f1d4ed300ac8b42c3d7d (diff) | |
fix gitlab-ci x11
| -rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f4fbff..b730324 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,11 +17,10 @@ build: deploy: stage: deploy - image: ubuntu:22.04 + image: docker:24.0.5 before_script: - - apt-get update && apt-get install -y openssh-client - mkdir -p ~/.ssh - - echo "$SSH_PRIVATE_KEY" | 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 |
