mirror of
https://github.com/hazemKrimi/touch-programming.git
synced 2026-05-01 18:20:26 +00:00
Use another action
This commit is contained in:
@@ -35,10 +35,9 @@ jobs:
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o executable
|
||||
|
||||
- name: Setup SSH
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
uses: webfactory/ssh-agent@v0.9.0
|
||||
with:
|
||||
key: ${{ secrets.DEPLOY_SSH_KEY }}
|
||||
if_key_exists: ignore
|
||||
ssh-private-key: ${{ secrets.DEPLOY_SSH_KEY }}
|
||||
|
||||
- name: Deploy to VPS
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user