diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 0c1d987..db37391 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: - name: Install SSH client run: | - apt-get update -y && apt-get install -y openssh-client + apt-get update -y && apt-get install -y openssh-client rsync - name: Setup SSH inside container run: |