This commit is contained in:
@@ -15,7 +15,6 @@ jobs:
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
ssh-keyscan your-server.com >> ~/.ssh/known_hosts
|
||||
'
|
||||
- name: Install node and go
|
||||
run: apt update && apt -y install nodejs
|
||||
- name: Check out repository code
|
||||
|
||||
Reference in New Issue
Block a user