More changes
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
- name: Setup SSH
|
||||
shell: bash
|
||||
run: |
|
||||
whoiam
|
||||
whoami
|
||||
eval `ssh-agent -s`
|
||||
mkdir -p /home/runner/.ssh/
|
||||
touch /home/runner/.ssh/id_rsa
|
||||
@ -35,6 +35,6 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
ssh -tt -o StrictHostKeyChecking=no gitea@${{secrets.SSH_HOST}}
|
||||
whoiam
|
||||
whoami
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user