We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a2fc8 commit 1028731Copy full SHA for 1028731
.github/workflows/beget-deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
14
- name: Deploy to Beget via SSH
15
- uses: appleboy/ssh-action@v1.0.3
+ uses: appleboy/scp-action@v0.1.3
16
with:
17
host: ${{ secrets.BEGET_SSH_HOST }}
18
username: ${{ secrets.BEGET_SSH_USER }}
@@ -21,7 +21,7 @@ jobs:
21
target: ${{ secrets.BEGET_DEPLOY_PATH }}
22
23
- name: Restart application
24
25
26
27
0 commit comments