test local clone
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 3s
Some checks failed
Build and Deploy Container / build_and_deploy (push) Failing after 3s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user