Skip to content

Commit 554d09a

Browse files
committed
chore: update deployment action
1 parent de677d3 commit 554d09a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
run: pnpm docs:build
3131

3232
- name: Deploy
33-
uses: appleboy/ssh-action@v0.1.6
33+
uses: appleboy/ssh-action@v1.0.3
3434
with:
3535
host: ${{ secrets.SSH_HOST }}
3636
username: ${{ secrets.SSH_USERNAME }}
3737
password: ${{ secrets.SSH_PASSWORD }}
3838
envs: GITHUB_SERVER_URL,GITHUB_REPOSITORY
39-
script: npx nginx-proxy-cli deploy $GITHUB_SERVER_URL/$GITHUB_REPOSITORY --dir=~/nginx-proxy/applications --folder=nginxproxy.lars-rickert.de
39+
script: npx nginx-proxy-cli@3 deploy $GITHUB_SERVER_URL/$GITHUB_REPOSITORY --dir=~/nginx-proxy/applications --folder=nginxproxy.lars-rickert.de

0 commit comments

Comments
 (0)