chore(deps): update appleboy/ssh-action action to v1.2.4 (#49)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [appleboy/ssh-action](https://github.com/appleboy/ssh-action) | action | patch | `v1.2.3` -> `v1.2.4` | --- ### Release Notes <details> <summary>appleboy/ssh-action (appleboy/ssh-action)</summary> ### [`v1.2.4`](https://github.com/appleboy/ssh-action/releases/tag/v1.2.4) [Compare Source](https://github.com/appleboy/ssh-action/compare/v1.2.3...v1.2.4) ##### Changelog ##### Enhancements - [`4e3535e`](4e3535e14e): chore: bump default DRONE\_SSH\_VERSION to 1.8.2 ([@​appleboy](https://github.com/appleboy)) ##### Build process updates - [`823bd89`](823bd89e13): ci: trigger GitHub Actions workflows only on version tags ([@​appleboy](https://github.com/appleboy)) ##### Documentation updates - [`652a0be`](652a0bee3c): docs: update CI documentation and workflow references ([@​appleboy](https://github.com/appleboy)) - [`f6208e0`](f6208e096d): docs: document and demonstrate capturing and using command output ([@​appleboy](https://github.com/appleboy)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4yNi44IiwidXBkYXRlZEluVmVyIjoiNDIuMjYuOCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=--> Reviewed-on: #49 Co-authored-by: renovate[bot] <renovate-bot@git.tainton.uk> Co-committed-by: renovate[bot] <renovate-bot@git.tainton.uk>
This commit was merged in pull request #49.
This commit is contained in:
@@ -54,7 +54,7 @@ jobs:
|
||||
ALLSECRETS: ${{ toJSON(secrets) }}
|
||||
|
||||
- name: "[ON HOST] Make directory if not exists"
|
||||
uses: appleboy/ssh-action@v1.2.3
|
||||
uses: appleboy/ssh-action@v1.2.4
|
||||
with:
|
||||
host: ${{ secrets.DEPLOY_HOST }}
|
||||
username: ${{ secrets.DEPLOY_USERNAME }}
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
target: "${{ env.project_folder }}/"
|
||||
|
||||
- name: "[ON HOST] Deploy Stack"
|
||||
uses: appleboy/ssh-action@v1.2.3
|
||||
uses: appleboy/ssh-action@v1.2.4
|
||||
with:
|
||||
host: ${{ secrets.DEPLOY_HOST }}
|
||||
username: ${{ secrets.DEPLOY_USERNAME }}
|
||||
|
||||
@@ -41,7 +41,7 @@ jobs:
|
||||
echo "project_folder=/home/${{ secrets.DEPLOY_USERNAME }}/$projectname" >> $GITEA_ENV
|
||||
|
||||
- name: "[ON HOST] Remove Stack"
|
||||
uses: appleboy/ssh-action@v1.2.3
|
||||
uses: appleboy/ssh-action@v1.2.4
|
||||
with:
|
||||
host: ${{ secrets.DEPLOY_HOST }}
|
||||
username: ${{ secrets.DEPLOY_USERNAME }}
|
||||
|
||||
Reference in New Issue
Block a user