chore(deps): update appleboy/ssh-action action to v1.2.3 #43

Merged
luke merged 1 commits from renovate/appleboy-ssh-action-1.x into main 2025-11-08 16:29:10 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ jobs:
ALLSECRETS: ${{ toJSON(secrets) }} ALLSECRETS: ${{ toJSON(secrets) }}
- name: "[ON HOST] Make directory if not exists" - name: "[ON HOST] Make directory if not exists"
uses: appleboy/ssh-action@v1.2.2 uses: appleboy/ssh-action@v1.2.3
with: with:
host: ${{ secrets.DEPLOY_HOST }} host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USERNAME }} username: ${{ secrets.DEPLOY_USERNAME }}
@@ -74,7 +74,7 @@ jobs:
target: "${{ env.project_folder }}/" target: "${{ env.project_folder }}/"
- name: "[ON HOST] Deploy Stack" - name: "[ON HOST] Deploy Stack"
uses: appleboy/ssh-action@v1.2.2 uses: appleboy/ssh-action@v1.2.3
with: with:
host: ${{ secrets.DEPLOY_HOST }} host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USERNAME }} username: ${{ secrets.DEPLOY_USERNAME }}

View File

@@ -41,7 +41,7 @@ jobs:
echo "project_folder=/home/${{ secrets.DEPLOY_USERNAME }}/$projectname" >> $GITEA_ENV echo "project_folder=/home/${{ secrets.DEPLOY_USERNAME }}/$projectname" >> $GITEA_ENV
- name: "[ON HOST] Remove Stack" - name: "[ON HOST] Remove Stack"
uses: appleboy/ssh-action@v1.2.2 uses: appleboy/ssh-action@v1.2.3
with: with:
host: ${{ secrets.DEPLOY_HOST }} host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USERNAME }} username: ${{ secrets.DEPLOY_USERNAME }}