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 15915aa commit d14b3b6Copy full SHA for d14b3b6
.github/workflows/restore.yml
@@ -106,8 +106,17 @@ 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
- run: ssh -p122 -i" $HOME/backup" -o StrictHostKeyChecking=no admin@${{ inputs.hostname }} "ghe-maintenance -u"
119
+ run: ssh -p122 -i "$HOME/backup" -o StrictHostKeyChecking=no admin@${{ inputs.hostname }} "ghe-maintenance -u"
120
121
122
0 commit comments