diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index ad8889e..5f7bc49 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -13,9 +13,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Install SSH client + - name: Install dependencies run: | apt-get update -y && apt-get install -y openssh-client + apt-get install -y git - name: Setup SSH inside container run: |