Skip to content
Snippets Groups Projects
Commit 29997516 authored by Sebastian Gladen's avatar Sebastian Gladen
Browse files

add ci pipeline key for guarana

parent 6df82802
No related branches found
No related tags found
No related merge requests found
- name: Add CI ssh-key for the website deployment
become: true
lineinfile:
path: /root/.ssh/authorized_keys
line: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEKj23/sgdcv8JNwff05zFflZmxzDTczDAEwIywPBiEo"
create: yes
mode: '0600'
owner: root
group: root
state: present
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment