Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
33f1fd5eac | ||
|
|
9ae7d91365 | ||
|
|
6fe5fdf859 | ||
|
|
37b5eb830a | ||
|
|
1834527d43 |
@@ -14,8 +14,8 @@ jobs:
|
||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
||||
chmod 600 ~/.ssh/id_rsa
|
||||
ssh-keyscan gitea-ssh.engen.priv.no >> ~/.ssh/known_hosts
|
||||
- name: Install node and go
|
||||
run: apt update && apt -y install nodejs
|
||||
- name: Install node and dockwr.io
|
||||
run: apt update && apt -y install nodejs docker.io
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: ssh repo
|
||||
|
||||
Reference in New Issue
Block a user