Commit 41472fd2897fb9fbc51580bad8cca1a5087ceebd

Authored by Chloé Azria
1 parent 444d2816
Exists in master

Revert "try to remove id_rsa fiel"

This reverts commit bedfb73ce96c3470f6eafb66b33d11a4d83326d5.
Showing 2 changed files with 5 additions and 2 deletions   Show diff stats
conf/docker-compose.yml
... ... @@ -21,6 +21,9 @@ services:
21 21 - "SERVER=${SERVER}"
22 22 - "GITURL=${GITURL}"
23 23 - "GIT=${GIT}"
  24 + secrets:
  25 + - source: id_rsa
24 26  
25   -
26   -
  27 +secrets:
  28 + id_rsa:
  29 + file: id_rsa.prive
... ...
conf/id_rsa.prive 0 → 100644