Skip to content

Commit aa887ac

Browse files
Fix SSH key reference
1 parent d14b3b6 commit aa887ac

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/restore.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,6 @@ jobs:
106106
--rm \
107107
backup-utils ghe-restore ${{ inputs.hostname }}
108108
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-
118109
- name: Reset maintenance mode after restore
119110
run: ssh -p122 -i "$HOME/backup" -o StrictHostKeyChecking=no admin@${{ inputs.hostname }} "ghe-maintenance -u"
120111

0 commit comments

Comments
 (0)