Skip to content
Snippets Groups Projects
Commit e8b818c6 authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

[FIX] rsa key copy command

parent a4786de5
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ COPY ./id_ed25519.sources /root/.ssh/ ...@@ -7,7 +7,7 @@ COPY ./id_ed25519.sources /root/.ssh/
COPY ./ssh_config /root/.ssh/config COPY ./ssh_config /root/.ssh/config
{% if git_private_keys is defined %} {% if git_private_keys is defined %}
# Install private keys # Install private keys
COPY ./id_rsa ~root/.ssh/ COPY ./id_rsa /root/.ssh/
{% endif %} {% endif %}
# Install private repos # Install private repos
COPY ./private/* /opt/odoo/private/ COPY ./private/* /opt/odoo/private/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment