Skip to content

Commit

Permalink
Bump appleboy/ssh-action from 1.0.1 to 1.0.2 (#1023)
Browse files Browse the repository at this point in the history
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/appleboy/ssh-action/releases)
- [Commits](appleboy/ssh-action@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: appleboy/ssh-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 2, 2024
1 parent 806c905 commit 9121b49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:

- name: ssh into remote dev server for develop branch
if: endsWith(github.ref, '/develop')
uses: appleboy/[email protected].1
uses: appleboy/[email protected].2
with:
host: ${{ env.HOST }}
username: ${{ env.USERNAME }}
Expand All @@ -168,7 +168,7 @@ jobs:
- name: ssh into remote dev server for beta tag
if: endsWith(github.ref, '-beta')
uses: appleboy/[email protected].1
uses: appleboy/[email protected].2
with:
host: ${{ env.HOST }}
username: ${{ env.USERNAME }}
Expand All @@ -184,7 +184,7 @@ jobs:
- name: ssh into remote production server
if: startsWith(github.ref, 'refs/tags/v') && !endsWith(github.ref, '-beta')
uses: appleboy/[email protected].1
uses: appleboy/[email protected].2
with:
host: ${{ env.HOST }}
username: ${{ env.USERNAME }}
Expand All @@ -199,7 +199,7 @@ jobs:
./deploy.sh $version
- name: Build JS
uses: appleboy/[email protected].1
uses: appleboy/[email protected].2
with:
host: ${{ env.HOST }}
username: ${{ env.USERNAME }}
Expand Down

0 comments on commit 9121b49

Please sign in to comment.