From 64016a34455745617bc847a8dfe342cf8323d812 Mon Sep 17 00:00:00 2001 From: SyniRon <66834451+SyniRon@users.noreply.github.com> Date: Thu, 28 Nov 2024 00:05:48 -0500 Subject: [PATCH] revert prior update --- .github/workflows/dev_deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dev_deploy.yml b/.github/workflows/dev_deploy.yml index 9e97ca6..785df5f 100644 --- a/.github/workflows/dev_deploy.yml +++ b/.github/workflows/dev_deploy.yml @@ -10,8 +10,11 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + + - name: Setup SSH + uses: webfactory/ssh-agent@v0.9.0 with: - ssh-key: ${{ secrets.THE_KEY }} + ssh-private-key: ${{ secrets.THE_KEY }} - name: Deploy to Server run: |