We have a deployed site where we use deploy key (read-only) to pull changes. But in maintenance mode the site modify itself, so we want to push back those changes. Is there any way to push back changes through ssh without storing the key itself on the server? I am looking for something like git push -ssh-key="ssh-rsa ..."
I would like to solve the issue with default commands if its possible.