From 7390bdc142d89c2f4d137b654269386b1e785e8d Mon Sep 17 00:00:00 2001
From: Brooke <brooke@myco.systems>
Date: Tue, 7 May 2024 04:58:27 -0400
Subject: [PATCH] swap back to main

---
 .gitea/workflows/deploy-test.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitea/workflows/deploy-test.yaml b/.gitea/workflows/deploy-test.yaml
index 31a2a1c..19dde20 100644
--- a/.gitea/workflows/deploy-test.yaml
+++ b/.gitea/workflows/deploy-test.yaml
@@ -19,7 +19,7 @@ jobs:
       - name: Test static page
         run: bash ${{ gitea.workspace }}/bin/test_static_page.sh
       - name: Deploy to Server
-        uses: https://git.myco.systems/mirrors/ssh-deploy@v4
+        uses: https://git.myco.systems/mirrors/ssh-deploy@main
         env:
           SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
           ARGS: "-rlgoDzvc -i --delete"