Compare commits
4 Commits
33f1fd5eac
...
v0.1.1-alp
| Author | SHA1 | Date | |
|---|---|---|---|
| 13cb024c6d | |||
| f406d470c1 | |||
| 7d52648e2e | |||
| 0146a0bfba |
@@ -14,8 +14,8 @@ jobs:
|
|||||||
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
||||||
chmod 600 ~/.ssh/id_rsa
|
chmod 600 ~/.ssh/id_rsa
|
||||||
ssh-keyscan gitea-ssh.engen.priv.no >> ~/.ssh/known_hosts
|
ssh-keyscan gitea-ssh.engen.priv.no >> ~/.ssh/known_hosts
|
||||||
- name: Install node and dockwr.io
|
- name: Install node and go
|
||||||
run: apt update && apt -y install nodejs docker.io
|
run: apt update && apt -y install nodejs
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: ssh repo
|
- name: ssh repo
|
||||||
|
|||||||
Reference in New Issue
Block a user