Compare commits

...

14 Commits

Author SHA1 Message Date
vegard 850bcb2be1 test
Build & Push Linode Webhook / build (push) Successful in 1m30s
2025-06-24 01:53:18 +02:00
vegard 4bf3adaf87 test
Build & Push Linode Webhook / build (push) Successful in 1m30s
2025-06-24 01:48:34 +02:00
vegard d7f2d8031e fix
Build & Push Linode Webhook / build (push) Successful in 1m31s
2025-06-24 01:47:34 +02:00
vegard 604cc20505 fix
Build & Push Linode Webhook / build (push) Successful in 1m32s
2025-06-24 01:45:10 +02:00
vegard 572521747f fix
Build & Push Linode Webhook / build (push) Failing after 7s
2025-06-24 01:43:34 +02:00
vegard acea7fd46e fix 2025-06-24 01:42:50 +02:00
vegard 634021854d fix
Build & Push Linode Webhook / build (push) Failing after 33s
2025-06-24 01:34:02 +02:00
vegard 1e0a51f83b fix
Build & Push Linode Webhook / build (push) Failing after 6s
2025-06-24 01:33:19 +02:00
vegard cab7bc2f5a fix
Build & Push Linode Webhook / build (push) Failing after 2s
2025-06-24 01:31:49 +02:00
vegard cef43b9c3e fix
Build & Push Linode Webhook / build (push) Failing after 25s
2025-06-24 01:29:31 +02:00
vegard 019a33a69a fix
Build & Push Linode Webhook / build (push) Failing after 2s
2025-06-24 01:27:30 +02:00
vegard c2ff504510 fix
Build & Push Linode Webhook / build (push) Failing after 3s
2025-06-24 01:26:43 +02:00
vegard 55ef068855 fix 2025-06-24 01:26:08 +02:00
vegard babbf2ed97 Workflow 2025-06-24 00:14:08 +02:00
4 changed files with 27 additions and 1 deletions
+25
View File
@@ -0,0 +1,25 @@
name: Build & Push Linode Webhook
on:
push:
jobs:
build:
runs-on: ubuntu-latest
container: golang:1.24
steps:
- 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
run: git config --global url.git@gitea-ssh.engen.priv.no:.insteadOf https://gitea.engen.priv.no/
- name: Build
run: go build cmd/main.go
-1
View File
@@ -4,7 +4,6 @@ go 1.24.0
toolchain go1.24.1
godebug default=go1.23
require (
github.com/onsi/ginkgo/v2 v2.23.4
+1
View File
@@ -0,0 +1 @@
Riktig fil
+1
View File
@@ -0,0 +1 @@
ddd