Skip to content

Commit ac83d44

Browse files
committed
chore: update deployment action
1 parent 289bc88 commit ac83d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ jobs:
8484
- name: Checkout Git repository
8585
uses: actions/checkout@v4
8686
- name: Deploy
87-
uses: appleboy/ssh-action@v0.1.6
87+
uses: appleboy/ssh-action@v1.0.3
8888
with:
8989
host: ${{ secrets.SSH_HOST }}
9090
username: ${{ secrets.SSH_USERNAME }}
9191
password: ${{ secrets.SSH_PASSWORD }}
9292
envs: GITHUB_SERVER_URL,GITHUB_REPOSITORY
93-
script: npx nginx-proxy-cli deploy $GITHUB_SERVER_URL/$GITHUB_REPOSITORY --dir=~/nginx-proxy/applications --folder=vorlesungsplan.lars-rickert.de
93+
script: npx nginx-proxy-cli@3 deploy $GITHUB_SERVER_URL/$GITHUB_REPOSITORY --dir=~/nginx-proxy/applications --folder=vorlesungsplan.lars-rickert.de

0 commit comments

Comments
 (0)