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