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
|
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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user