test local clone
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 3s

This commit is contained in:
Clemens Hering
2025-11-09 14:43:22 +01:00
parent 73e364dd11
commit 8bd5ed3e05

View File

@@ -19,12 +19,13 @@ jobs:
build_and_deploy: build_and_deploy:
runs-on: linux runs-on: linux
container: container:
image: alpine:3.20 image: ubuntu:latest
options: --entrypoint /bin/sh --privileged options: --entrypoint /bin/sh
steps: steps:
- name: Install tools - name: Install tools
run: | run: |
apk add --no-cache bash git openssh-client rsync podman-cli apt-get update
apt-get install -y bash git openssh-client rsync podman-cli
- name: Checkout repository - name: Checkout repository
run: git clone git@gitea.smb-corp.de:${{ gitea.repository }} . run: git clone git@gitea.smb-corp.de:${{ gitea.repository }} .
- name: Deploy via SSH - name: Deploy via SSH