Skip to content

Commit

Permalink
Merge fff6106 into 88efa2b
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 27, 2023
2 parents 88efa2b + fff6106 commit 55976f8
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/ssh-action@v1.0.0
uses: appleboy/ssh-action@v1.0.1
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/ssh-action@v1.0.0
uses: appleboy/ssh-action@v1.0.1
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/ssh-action@v1.0.0
uses: appleboy/ssh-action@v1.0.1
with:
host: ${{ env.HOST }}
username: ${{ env.USERNAME }}
Expand All @@ -199,7 +199,7 @@ jobs:
./deploy.sh $version
- name: Build JS
uses: appleboy/ssh-action@v1.0.0
uses: appleboy/ssh-action@v1.0.1
with:
host: ${{ env.HOST }}
username: ${{ env.USERNAME }}
Expand Down

0 comments on commit 55976f8

Please sign in to comment.