diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 3fc2332..ea9a44c 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -6,13 +6,8 @@ on: jobs: deploy: - runs-on: docker - container: - image: alpine:3.20 + runs-on: ubuntu-latest steps: - - name: Install tooling - run: apk add --no-cache openssh-client git rsync - - name: Configure SSH run: | mkdir -p ~/.ssh