Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyunio authored Nov 13, 2024
1 parent 8438879 commit 34cabd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run : ./gradlew clean build --exclude-task test

- name: Send file to the server
uses: appleboy/scp-action@server
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USER }}
Expand All @@ -43,7 +43,7 @@ jobs:
target: download

- name: Deploy remote ssh commands using password
uses: appleboy/ssh-action@server
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USER }}
Expand Down

0 comments on commit 34cabd5

Please sign in to comment.