append to config file instead of replace

This commit is contained in:
Kim 2023-10-30 09:58:28 +01:00
parent 05d9a218c1
commit 32c60f1f89
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
npm --prefix ${{ gitea.workspace }}/typescript/frontend-marios2 run build npm --prefix ${{ gitea.workspace }}/typescript/frontend-marios2 run build
- name: Configure SSH - name: Configure SSH
run: | run: |
cat >>/root/.ssh/config <<END cat >> /root/.ssh/config <<END
Host staging Host staging
HostName $SSH_HOST HostName $SSH_HOST
User $SSH_USER User $SSH_USER