We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14b3b6 commit aa887acCopy full SHA for aa887ac
.github/workflows/restore.yml
@@ -106,15 +106,6 @@ jobs:
106
--rm \
107
backup-utils ghe-restore ${{ inputs.hostname }}
108
109
- # - name: Reset SSH key
110
- # run: ssh-keygen -f "/home/runner/.ssh/known_hosts" -R "${{ inputs.hostname }}:122
111
-
112
- # - name: set up ssh SSH_KEY
113
- # run: echo -e "${SSH_KEY}\n" > "$HOME/backup"
114
115
- # - name: set up ssh key permissions
116
- # run: chmod 0600 "$HOME/backup"
117
118
- name: Reset maintenance mode after restore
119
run: ssh -p122 -i "$HOME/backup" -o StrictHostKeyChecking=no admin@${{ inputs.hostname }} "ghe-maintenance -u"
120
0 commit comments