Skip to content

Commit

Permalink
Merge pull request #1277 from devinit/patch/appleboy-version
Browse files Browse the repository at this point in the history
Fix ssh-action and scp-action versions
  • Loading branch information
edwinmp authored Dec 7, 2022
2 parents 91723bb + 3ebc332 commit 0a5ad2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "DATA_SITE_URL=dev.devinit.org" >> $GITHUB_ENV
- name: copy deploy file via ssh
uses: appleboy/[email protected].4
uses: appleboy/[email protected].3
env:
HOST: ${{ env.HOST }}
USERNAME: ${{ env.USERNAME }}
Expand All @@ -65,7 +65,7 @@ jobs:
target: '.'

- name: run deployment
uses: appleboy/ssh-action@master
uses: appleboy/ssh-action@v0.1.4
with:
host: ${{ env.HOST }}
username: ${{ env.USERNAME }}
Expand Down

0 comments on commit 0a5ad2a

Please sign in to comment.