Update easingthemes/ssh-deploy action to v5.1.1 (#17)
All checks were successful
Remote Deployment Pipeline / Prepare Context (push) Successful in 2s
Remote Deployment Pipeline / Deploy (Staging) (push) Successful in 45s
Remote Deployment Pipeline / Deploy (Dev/Preview) (push) Has been skipped
Remote Deployment Pipeline / Cleanup Preview (push) Has been skipped
Remote Deployment Pipeline / Deploy (Production) (push) Successful in 44s
All checks were successful
Remote Deployment Pipeline / Prepare Context (push) Successful in 2s
Remote Deployment Pipeline / Deploy (Staging) (push) Successful in 45s
Remote Deployment Pipeline / Deploy (Dev/Preview) (push) Has been skipped
Remote Deployment Pipeline / Cleanup Preview (push) Has been skipped
Remote Deployment Pipeline / Deploy (Production) (push) Successful in 44s
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [easingthemes/ssh-deploy](https://github.com/easingthemes/ssh-deploy) | action | minor | `v5.0.0` -> `v5.1.1` | --- ### Release Notes <details> <summary>easingthemes/ssh-deploy (easingthemes/ssh-deploy)</summary> ### [`v5.1.1`](https://github.com/easingthemes/ssh-deploy/compare/v5.1.0...v5.1.1) [Compare Source](https://github.com/easingthemes/ssh-deploy/compare/v5.1.0...v5.1.1) ### [`v5.1.0`](https://github.com/easingthemes/ssh-deploy/releases/tag/v5.1.0) [Compare Source](https://github.com/easingthemes/ssh-deploy/compare/v5.0.3...v5.1.0) ##### What's Changed - Feature: Delete Script After Execution by [@​Armadillidiid](https://github.com/Armadillidiid) in [#​184](https://github.com/easingthemes/ssh-deploy/pull/184) ##### New Contributors - [@​Armadillidiid](https://github.com/Armadillidiid) made their first contribution in [#​184](https://github.com/easingthemes/ssh-deploy/pull/184) **Full Changelog**: <https://github.com/easingthemes/ssh-deploy/compare/v5.0.3...v5.1.0> ### [`v5.0.3`](https://github.com/easingthemes/ssh-deploy/releases/tag/v5.0.3) [Compare Source](https://github.com/easingthemes/ssh-deploy/compare/v5.0.2...v5.0.3) ##### What's Changed - Update actions to Node.js 20 by [@​alekw](https://github.com/alekw) in [#​180](https://github.com/easingthemes/ssh-deploy/pull/180) ##### New Contributors - [@​alekw](https://github.com/alekw) made their first contribution in [#​180](https://github.com/easingthemes/ssh-deploy/pull/180) **Full Changelog**: <https://github.com/easingthemes/ssh-deploy/compare/v5.0.2...v5.0.3> ### [`v5.0.2`](https://github.com/easingthemes/ssh-deploy/releases/tag/v5.0.2) [Compare Source](https://github.com/easingthemes/ssh-deploy/compare/v5.0.1...v5.0.2) ##### What's Changed - fix: added the missing declarations [#​177](https://github.com/easingthemes/ssh-deploy/issues/177) by [@​skyArony](https://github.com/skyArony) in [#​178](https://github.com/easingthemes/ssh-deploy/pull/178) ##### New Contributors - [@​skyArony](https://github.com/skyArony) made their first contribution in [#​178](https://github.com/easingthemes/ssh-deploy/pull/178) **Full Changelog**: <https://github.com/easingthemes/ssh-deploy/compare/v5.0.1...v5.0.2> ### [`v5.0.1`](https://github.com/easingthemes/ssh-deploy/compare/v5.0.0...v5.0.1) [Compare Source](https://github.com/easingthemes/ssh-deploy/compare/v5.0.0...v5.0.1) </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 becomes conflicted, 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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4yNi4xMSIsInVwZGF0ZWRJblZlciI6IjQyLjI2LjExIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: kovagoadi <kovagoadi@kovagoadi.hu> Reviewed-on: https://gitea.kovagoadi.hu/kovagoadi.hu/traefik/pulls/17 Co-authored-by: Renovate Bot <renovate@kovagoadi.hu> Co-committed-by: Renovate Bot <renovate@kovagoadi.hu>
This commit is contained in:
@@ -49,7 +49,7 @@ jobs:
|
||||
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||
|
||||
- name: Deploy via Rsync & Docker
|
||||
uses: easingthemes/ssh-deploy@16bb35ed0b6e568fa7554ebdf990fdc4c046b549 # v5.0.0
|
||||
uses: easingthemes/ssh-deploy@a1aa0b6cf96ce2406eef90faa35007a4a7bf0ac0 # v5.1.1
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }}
|
||||
REMOTE_HOST: ${{ env.SSH_HOST }}
|
||||
@@ -78,7 +78,7 @@ jobs:
|
||||
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||
|
||||
- name: Deploy via Rsync & Docker
|
||||
uses: easingthemes/ssh-deploy@16bb35ed0b6e568fa7554ebdf990fdc4c046b549 # v5.0.0
|
||||
uses: easingthemes/ssh-deploy@a1aa0b6cf96ce2406eef90faa35007a4a7bf0ac0 # v5.1.1
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }}
|
||||
REMOTE_HOST: ${{ env.SSH_HOST }}
|
||||
@@ -105,7 +105,7 @@ jobs:
|
||||
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||
|
||||
- name: Deploy via Rsync & Docker
|
||||
uses: easingthemes/ssh-deploy@16bb35ed0b6e568fa7554ebdf990fdc4c046b549 # v5.0.0
|
||||
uses: easingthemes/ssh-deploy@a1aa0b6cf96ce2406eef90faa35007a4a7bf0ac0 # v5.1.1
|
||||
env:
|
||||
SSH_PRIVATE_KEY: ${{ env.SSH_PRIVATE_KEY }}
|
||||
REMOTE_HOST: ${{ env.SSH_HOST }}
|
||||
|
||||
Reference in New Issue
Block a user