ssh now?
This commit is contained in:
parent
505bf3bce1
commit
05d9a218c1
|
@ -23,6 +23,7 @@ jobs:
|
|||
npm --prefix ${{ gitea.workspace }}/typescript/frontend-marios2 run build
|
||||
- name: Configure SSH
|
||||
run: |
|
||||
cat >>/root/.ssh/config <<END
|
||||
Host staging
|
||||
HostName $SSH_HOST
|
||||
User $SSH_USER
|
||||
|
|
Loading…
Reference in New Issue