feature/fix #12

Merged
vegard merged 34 commits from feature/fix into main 2025-06-25 15:01:09 +00:00
Showing only changes of commit f09e008fb7 - Show all commits

View File

@@ -7,14 +7,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: apt update && apt -y install openssh-client
- name: Setup SSH
run: |
mkdir -p ~/.ssh
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: Check out repository code
uses: actions/checkout@v4
- name: ssh repo