Use another action

This commit is contained in:
2025-04-10 17:48:01 +01:00
parent 2ef4ef8655
commit 4e7aab33cd
+2 -3
View File
@@ -35,10 +35,9 @@ jobs:
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o executable CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o executable
- name: Setup SSH - name: Setup SSH
uses: shimataro/ssh-key-action@v2 uses: webfactory/ssh-agent@v0.9.0
with: with:
key: ${{ secrets.DEPLOY_SSH_KEY }} ssh-private-key: ${{ secrets.DEPLOY_SSH_KEY }}
if_key_exists: ignore
- name: Deploy to VPS - name: Deploy to VPS
run: | run: |