You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Gitlab CI/CD, where I store a private SSH key in CI/CD Variables as a file. That means I can get the path to that file in a variable. The main issue is that the file has the wrong permission for the identity file = 666, I guess.
My current solution is to fix the permission in the task:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I'm using Gitlab CI/CD, where I store a private SSH key in CI/CD Variables as a file. That means I can get the path to that file in a variable. The main issue is that the file has the wrong permission for the identity file = 666, I guess.
My current solution is to fix the permission in the task:
I think it could be nice to have it inside the deployer logic and help a little with CI settings. Something like:
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions