Skip to content

Commit 1028731

Browse files
authored
Update beget-deploy.yml
1 parent 97a2fc8 commit 1028731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/beget-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313

1414
- name: Deploy to Beget via SSH
15-
uses: appleboy/ssh-action@v1.0.3
15+
uses: appleboy/scp-action@v0.1.3
1616
with:
1717
host: ${{ secrets.BEGET_SSH_HOST }}
1818
username: ${{ secrets.BEGET_SSH_USER }}
@@ -21,7 +21,7 @@ jobs:
2121
target: ${{ secrets.BEGET_DEPLOY_PATH }}
2222

2323
- name: Restart application
24-
uses: appleboy/ssh-action@v1.0.3
24+
uses: appleboy/scp-action@v0.1.3
2525
with:
2626
host: ${{ secrets.BEGET_SSH_HOST }}
2727
username: ${{ secrets.BEGET_SSH_USER }}

0 commit comments

Comments
 (0)