From d3070f9f9b3fdb9a5a53be4bae743860037e7b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C3=85kesson?= <sermuns@lysator.liu.se> Date: Fri, 2 May 2025 12:42:53 +0000 Subject: [PATCH] Debug with sshx --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..df86980 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,5 @@ +image: ghcr.io/jdx/mise:alpine + +deploy: + script: + - curl -sSf https://sshx.io/get | sh -s run \ No newline at end of file -- GitLab